summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/tptp.h')
-rw-r--r--src/parser/tptp/tptp.h5
1 files changed, 2 insertions, 3 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback