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