summaryrefslogtreecommitdiff
path: root/examples/api/sets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/sets.cpp')
-rw-r--r--examples/api/sets.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/api/sets.cpp b/examples/api/sets.cpp
index 3110c01e3..9fb342431 100644
--- a/examples/api/sets.cpp
+++ b/examples/api/sets.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 std;
using namespace CVC4;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback