summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp_input.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2015-12-03 13:54:15 -0800
committerTim King <taking@google.com>2015-12-03 15:24:27 -0800
commit49bb2a27ec4b41c96fc3881f9a6d06c1ad17e180 (patch)
tree7af025c3442d90348f8f867cd53533741afcb1a3 /src/parser/tptp/tptp_input.h
parent507f14eef40b17c06db6f2e286786afeea95acda (diff)
Removing the generated directory from the parsers.
Diffstat (limited to 'src/parser/tptp/tptp_input.h')
-rw-r--r--src/parser/tptp/tptp_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/tptp/tptp_input.h b/src/parser/tptp/tptp_input.h
index 280a60536..6357beae1 100644
--- a/src/parser/tptp/tptp_input.h
+++ b/src/parser/tptp/tptp_input.h
@@ -20,8 +20,8 @@
#define __CVC4__PARSER__TPTP_INPUT_H
#include "parser/antlr_input.h"
-#include "parser/tptp/generated/TptpLexer.h"
-#include "parser/tptp/generated/TptpParser.h"
+#include "parser/tptp/TptpLexer.h"
+#include "parser/tptp/TptpParser.h"
// extern void TptpParserSetAntlrParser(CVC4::parser::AntlrParser* newAntlrParser);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback