summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_scope.h
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_manager_scope.h
parent738114852c81e7203fda105d5386dc26187fcb87 (diff)
remove/shuffle some #include dependencies; fix some documentation; apply coding standards
Diffstat (limited to 'src/expr/expr_manager_scope.h')
-rw-r--r--src/expr/expr_manager_scope.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/expr_manager_scope.h b/src/expr/expr_manager_scope.h
index b0b704de4..4fc3f02d4 100644
--- a/src/expr/expr_manager_scope.h
+++ b/src/expr/expr_manager_scope.h
@@ -22,6 +22,7 @@
#include "expr/expr.h"
#include "expr/node_manager.h"
+#include "expr/expr_manager.h"
namespace CVC4 {
@@ -56,9 +57,8 @@ public:
inline ExprManagerScope(const ExprManager& exprManager) :
d_nms(exprManager.getNodeManager()) {
}
-};
-
-}
+};/* class ExprManagerScope */
+}/* CVC4 namespace */
#endif /* __CVC4__EXPR_MANAGER_SCOPE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback