summaryrefslogtreecommitdiff
path: root/examples/translator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator.cpp')
-rw-r--r--examples/translator.cpp14
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/translator.cpp b/examples/translator.cpp
index b8b8fde38..741706070 100644
--- a/examples/translator.cpp
+++ b/examples/translator.cpp
@@ -22,16 +22,10 @@
#include <getopt.h>
#include <iostream>
-#include "api/cvc4cpp.h"
-#include "expr/expr.h"
-#include "expr/expr_iomanip.h"
-#include "options/language.h"
-#include "options/options.h"
-#include "options/set_language.h"
-#include "parser/parser.h"
-#include "parser/parser_builder.h"
-#include "smt/command.h"
-#include "smt/smt_engine.h"
+#include <cvc4/api/cvc4cpp.h>
+#include <cvc4/cvc4.h>
+#include <cvc4/expr/expr_iomanip.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