summaryrefslogtreecommitdiff
path: root/examples/api/bitvectors_and_arrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/bitvectors_and_arrays.cpp')
-rw-r--r--examples/api/bitvectors_and_arrays.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/api/bitvectors_and_arrays.cpp b/examples/api/bitvectors_and_arrays.cpp
index 2bca1eb4c..ca9869503 100644
--- a/examples/api/bitvectors_and_arrays.cpp
+++ b/examples/api/bitvectors_and_arrays.cpp
@@ -14,10 +14,10 @@
**
**/
-#include <iostream>
-#include <cmath>
+#include <cvc5/cvc5.h>
-#include <cvc4/api/cvc4cpp.h>
+#include <cmath>
+#include <iostream>
using namespace std;
using namespace cvc5::api;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback