summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-11 11:05:58 -0800
committerGitHub <noreply@github.com>2021-03-11 19:05:58 +0000
commitdc679ed380aabc62aadfbb4033c02c5a27ae903c (patch)
treeeae38a0bcbd56104c4e381e84d7f8c724104d365 /src/include
parentc314b0162c7fa089c400e11bd72c4ca24a26c9d0 (diff)
Delete Expr layer. (#6117)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cvc4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cvc4.h b/src/include/cvc4.h
index 48db2b689..f35b1c5e6 100644
--- a/src/include/cvc4.h
+++ b/src/include/cvc4.h
@@ -21,8 +21,6 @@
#include <cvc4/base/configuration.h>
#include <cvc4/base/exception.h>
#include <cvc4/expr/datatype_index.h>
-#include <cvc4/expr/expr.h>
-#include <cvc4/expr/expr_manager.h>
#include <cvc4/options/options.h>
#include <cvc4/parser/parser.h>
#include <cvc4/parser/parser_builder.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback