about summary refs log tree commit diff homepage
path: root/lib/SMT/parser_temp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SMT/parser_temp.h')
-rw-r--r--lib/SMT/parser_temp.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/SMT/parser_temp.h b/lib/SMT/parser_temp.h
index 2c6f6b38..ad6bf5f1 100644
--- a/lib/SMT/parser_temp.h
+++ b/lib/SMT/parser_temp.h
@@ -23,12 +23,14 @@
 #ifndef _cvc3__parser_temp_h_
 #define _cvc3__parser_temp_h_
 
-#include "expr.h"
+//#include "expr.h"
+#define Expr void*
 #include "exception.h"
 
-namespace CVC3 {
+#include <sstream>
+#include <vector>
 
-  class ValidityChecker;
+namespace CVC3 {
 
   class ParserTemp {
   private:
@@ -41,7 +43,6 @@ namespace CVC3 {
     // The currently used prompt
     std::string prompt;
   public:
-    ValidityChecker* vc;
     std::istream* is;
     // The current input line
     int lineNum;