summaryrefslogtreecommitdiff
path: root/src/parser/tptp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp')
-rw-r--r--src/parser/tptp/tptp.h5
-rw-r--r--src/parser/tptp/tptp_input.h2
2 files changed, 3 insertions, 4 deletions
diff --git a/src/parser/tptp/tptp.h b/src/parser/tptp/tptp.h
index 65b2240af..daeb5be58 100644
--- a/src/parser/tptp/tptp.h
+++ b/src/parser/tptp/tptp.h
@@ -13,9 +13,8 @@
* Definition of TPTP parser.
*/
-#include "parser/antlr_input.h" // Needs to go first.
-
-#include "cvc4parser_private.h"
+#include "cvc5parser_private.h"
+#include "parser/antlr_input.h" // Needs to go first.
#ifndef CVC5__PARSER__TPTP_H
#define CVC5__PARSER__TPTP_H
diff --git a/src/parser/tptp/tptp_input.h b/src/parser/tptp/tptp_input.h
index b9a8e2d0f..f08a28026 100644
--- a/src/parser/tptp/tptp_input.h
+++ b/src/parser/tptp/tptp_input.h
@@ -15,7 +15,7 @@
* [[ Add file-specific comments here ]]
*/
-#include "cvc4parser_private.h"
+#include "cvc5parser_private.h"
#ifndef CVC5__PARSER__TPTP_INPUT_H
#define CVC5__PARSER__TPTP_INPUT_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback