summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc_input.h')
-rw-r--r--src/parser/cvc/cvc_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index 46851bfd3..a88fd7223 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -20,8 +20,8 @@
#define __CVC4__PARSER__CVC_INPUT_H
#include "parser/antlr_input.h"
-#include "parser/cvc/generated/CvcLexer.h"
-#include "parser/cvc/generated/CvcParser.h"
+#include "parser/cvc/CvcLexer.h"
+#include "parser/cvc/CvcParser.h"
// extern void CvcParserSetAntlrParser(CVC4::parser::AntlrParser* newAntlrParser);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback