summaryrefslogtreecommitdiff
path: root/src/expr/node_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_builder.h')
-rw-r--r--src/expr/node_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_builder.h b/src/expr/node_builder.h
index 1914bb736..ded7ad8fe 100644
--- a/src/expr/node_builder.h
+++ b/src/expr/node_builder.h
@@ -151,8 +151,8 @@
#include "cvc4_private.h"
/* strong dependency; make sure node is included first */
-#include "node.h"
-#include "type_node.h"
+#include "expr/node.h"
+#include "expr/type_node.h"
#ifndef __CVC4__NODE_BUILDER_H
#define __CVC4__NODE_BUILDER_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback