summaryrefslogtreecommitdiff
path: root/test/system
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 /test/system
parent5eabda0f55cee3be81aa7ae126269c32e818322f (diff)
Moving sexpr.{cpp,h,i} from expr/ back into util/.
Diffstat (limited to 'test/system')
-rw-r--r--test/system/statistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/statistics.cpp b/test/system/statistics.cpp
index baa901540..884ffb8a6 100644
--- a/test/system/statistics.cpp
+++ b/test/system/statistics.cpp
@@ -19,9 +19,9 @@
#include <sstream>
#include "expr/expr.h"
-#include "expr/sexpr.h"
#include "expr/statistics.h"
#include "smt/smt_engine.h"
+#include "util/sexpr.h"
using namespace CVC4;
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback