projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2eab9f
)
Remove redundant options headers from TPTP parser. (#8864)
author
Mathias Preiner
<mathias.preiner@gmail.com>
Tue, 7 Jun 2022 18:06:37 +0000
(11:06 -0700)
committer
GitHub
<noreply@github.com>
Tue, 7 Jun 2022 18:06:37 +0000
(18:06 +0000)
Fixes #8861.
src/parser/tptp/tptp.cpp
patch
|
blob
|
history
diff --git
a/src/parser/tptp/tptp.cpp
b/src/parser/tptp/tptp.cpp
index dd6ba53cd27cc9091394cc046b1c47480a5bdec0..a0816afb9f44dba8acf087fd7020256de0b0a38e 100644
(file)
--- a/
src/parser/tptp/tptp.cpp
+++ b/
src/parser/tptp/tptp.cpp
@@
-21,8
+21,6
@@
#include "api/cpp/cvc5.h"
#include "base/check.h"
-#include "options/options.h"
-#include "options/options_public.h"
#include "parser/parser.h"
#include "smt/command.h"
#include "theory/logic_info.h"