summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-10-26 18:17:13 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-10-26 18:17:13 +0000
commitf4969cca302fe640fed334cf9cbf8e032b468ae6 (patch)
treeb8270886391fc10a5859ac12488824983ae25d84 /src/parser/parser.h
parent88838a403d526a12c8fcd71626e5b9d4d2e43cb0 (diff)
Cleaning up some header files
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index ed7db63cf..f7adb2b89 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -27,24 +27,23 @@
#include "input.h"
#include "parser_exception.h"
-#include "parser_options.h"
#include "expr/declaration_scope.h"
-#include "expr/expr.h"
#include "expr/kind.h"
-#include "util/Assert.h"
namespace CVC4 {
// Forward declarations
class BooleanType;
+class Expr;
class ExprManager;
class Command;
class FunctionType;
-class KindType;
class Type;
namespace parser {
+class Input;
+
/** Types of check for the symols */
enum DeclarationCheck {
/** Enforce that the symbol has been declared */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback