summaryrefslogtreecommitdiff
path: root/src/parser/parser_state.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-24 22:51:35 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-24 22:51:35 +0000
commit61937ea05bff33070cc8252bc3b6c7d6fed7c9c3 (patch)
tree2c942f052de4dc9f0385bf01b89ec08d01c165bb /src/parser/parser_state.h
parent9d3a76f0e4676dd11e533c370a2f3a3e17ff8329 (diff)
various fixes and updates to use and support parser
Diffstat (limited to 'src/parser/parser_state.h')
-rw-r--r--src/parser/parser_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser_state.h b/src/parser/parser_state.h
index 4eda5eb38..1d013a0b4 100644
--- a/src/parser/parser_state.h
+++ b/src/parser/parser_state.h
@@ -19,7 +19,7 @@
#include <iostream>
#include <sstream>
-#include "cvc4_expr.h"
+#include "expr/expr.h"
#include "expr/expr_manager.h"
#include "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback