summaryrefslogtreecommitdiff
path: root/src/printer/ast/ast_printer.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-06 16:58:16 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-07 17:47:19 -0500
commitad4298296a1d0a93e63fbfdbdc1cc7d0032fafd8 (patch)
tree12e41e99a21a16cf9cff7374a84d9a6527f03c8b /src/printer/ast/ast_printer.cpp
parent4659954ecdafb95d093e85cdf5c89815845488ed (diff)
Flatten libcvc4 build structure; remove some #include interdependences
Diffstat (limited to 'src/printer/ast/ast_printer.cpp')
-rw-r--r--src/printer/ast/ast_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/ast/ast_printer.cpp b/src/printer/ast/ast_printer.cpp
index 88c769f26..8ab5c121d 100644
--- a/src/printer/ast/ast_printer.cpp
+++ b/src/printer/ast/ast_printer.cpp
@@ -17,7 +17,7 @@
#include "printer/ast/ast_printer.h"
#include "expr/expr.h" // for ExprSetDepth etc..
#include "util/language.h" // for LANG_AST
-#include "expr/node_manager.h" // for VarNameAttr
+#include "expr/node_manager_attributes.h" // for VarNameAttr
#include "expr/command.h"
#include "printer/dagification_visitor.h"
#include "util/node_visitor.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback