summaryrefslogtreecommitdiff
path: root/src/main
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 /src/main
parent00a20b53ce998f52b18303a7a680e6a00acc098c (diff)
New C++ Api: Rename and move headers. (#6292)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/command_executor.h2
-rw-r--r--src/main/driver_unified.cpp2
-rw-r--r--src/main/interactive_shell.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/command_executor.h b/src/main/command_executor.h
index d2117e109..1b68e01e6 100644
--- a/src/main/command_executor.h
+++ b/src/main/command_executor.h
@@ -18,7 +18,7 @@
#include <iosfwd>
#include <string>
-#include "api/cvc4cpp.h"
+#include "api/cpp/cvc5.h"
#include "expr/symbol_manager.h"
#include "options/options.h"
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 6f9377a33..ec141d13a 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -23,7 +23,7 @@
#include <memory>
#include <new>
-#include "api/cvc4cpp.h"
+#include "api/cpp/cvc5.h"
#include "base/configuration.h"
#include "base/output.h"
#include "cvc4autoconfig.h"
diff --git a/src/main/interactive_shell.cpp b/src/main/interactive_shell.cpp
index 44fee3eb5..0ddd8707a 100644
--- a/src/main/interactive_shell.cpp
+++ b/src/main/interactive_shell.cpp
@@ -35,7 +35,7 @@
# endif /* HAVE_EXT_STDIO_FILEBUF_H */
#endif /* HAVE_LIBEDITLINE */
-#include "api/cvc4cpp.h"
+#include "api/cpp/cvc5.h"
#include "base/check.h"
#include "base/output.h"
#include "expr/symbol_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback