summaryrefslogtreecommitdiff
path: root/examples/api/helloworld.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-05 19:31:28 -0700
committerGitHub <noreply@github.com>2021-04-05 19:31:28 -0700
commitd2e454e0dfc06e16fe0a4228168b21cf1311fc35 (patch)
tree65063161aa9e21348182b13251524c58b0ca49c5 /examples/api/helloworld.cpp
parent00a20b53ce998f52b18303a7a680e6a00acc098c (diff)
New C++ Api: Rename and move headers. (#6292)
Diffstat (limited to 'examples/api/helloworld.cpp')
-rw-r--r--examples/api/helloworld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/api/helloworld.cpp b/examples/api/helloworld.cpp
index 092e2a79a..b5881f312 100644
--- a/examples/api/helloworld.cpp
+++ b/examples/api/helloworld.cpp
@@ -14,9 +14,9 @@
** A very simple CVC4 tutorial example.
**/
-#include <iostream>
+#include <cvc5/cvc5.h>
-#include <cvc4/api/cvc4cpp.h>
+#include <iostream>
using namespace cvc5::api;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback