summaryrefslogtreecommitdiff
path: root/src/compat
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-01-05 17:28:38 -0800
committerTim King <taking@google.com>2016-01-05 17:28:38 -0800
commitb5f91dae58691468f6c8f2d7c6aebf639f1d017b (patch)
treee6584f75105e4a3c1fa461b988286c0d649d42d3 /src/compat
parent5eabda0f55cee3be81aa7ae126269c32e818322f (diff)
Moving sexpr.{cpp,h,i} from expr/ back into util/.
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/cvc3_compat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compat/cvc3_compat.cpp b/src/compat/cvc3_compat.cpp
index 24c4d8112..9ae394b97 100644
--- a/src/compat/cvc3_compat.cpp
+++ b/src/compat/cvc3_compat.cpp
@@ -28,7 +28,6 @@
#include "expr/expr_iomanip.h"
#include "expr/kind.h"
#include "expr/predicate.h"
-#include "expr/sexpr.h"
#include "options/base_options.h"
#include "options/expr_options.h"
#include "options/parser_options.h"
@@ -41,9 +40,9 @@
#include "util/hash.h"
#include "util/integer.h"
#include "util/rational.h"
+#include "util/sexpr.h"
#include "util/subrange_bound.h"
-
using namespace std;
// Matches base/cvc4_assert.h's PrettyCheckArgument.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback