summaryrefslogtreecommitdiff
path: root/src/parser/tptp/Tptp.g
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/Tptp.g')
-rw-r--r--src/parser/tptp/Tptp.g3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parser/tptp/Tptp.g b/src/parser/tptp/Tptp.g
index feaf876f7..9ef04c348 100644
--- a/src/parser/tptp/Tptp.g
+++ b/src/parser/tptp/Tptp.g
@@ -58,8 +58,6 @@ options {
*/
#define ANTLR3_INLINE_INPUT_ASCII
-#include "parser/antlr_tracing.h"
-
}/* @lexer::includes */
@lexer::postinclude {
@@ -92,7 +90,6 @@ using namespace cvc5::parser;
#include "parser/parse_op.h"
#include "parser/parser.h"
#include "parser/tptp/tptp.h"
-#include "parser/antlr_tracing.h"
}/* @parser::includes */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback