summaryrefslogtreecommitdiff
path: root/examples/api/strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/strings.cpp')
-rw-r--r--examples/api/strings.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/api/strings.cpp b/examples/api/strings.cpp
index 96f4dd400..661ae0e77 100644
--- a/examples/api/strings.cpp
+++ b/examples/api/strings.cpp
@@ -16,9 +16,8 @@
#include <iostream>
-//#include <cvc4/cvc4.h> // use this after CVC4 is properly installed
-#include "smt/smt_engine.h"
-#include "options/set_language.h"
+#include <cvc4/cvc4.h>
+#include <cvc4/options/set_language.h>
using namespace CVC4;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback