summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
commit7719416c6698cdc49b7a0d2d62b4472ef815a487 (patch)
tree472f1fd2f399224062753b5bc588b567423efa4a /src/expr/expr_template.cpp
parent738114852c81e7203fda105d5386dc26187fcb87 (diff)
remove/shuffle some #include dependencies; fix some documentation; apply coding standards
Diffstat (limited to 'src/expr/expr_template.cpp')
-rw-r--r--src/expr/expr_template.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/expr/expr_template.cpp b/src/expr/expr_template.cpp
index 48acd2588..54e20667f 100644
--- a/src/expr/expr_template.cpp
+++ b/src/expr/expr_template.cpp
@@ -17,12 +17,9 @@
**/
#include "expr/expr.h"
-#include "expr/expr_manager.h"
#include "expr/node.h"
-#include "util/Assert.h"
-
-#include "util/output.h"
#include "expr/expr_manager_scope.h"
+#include "util/Assert.h"
${includes}
@@ -36,6 +33,8 @@ using namespace CVC4::kind;
namespace CVC4 {
+class ExprManager;
+
namespace expr {
const int ExprSetDepth::s_iosIndex = std::ios_base::xalloc();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback