summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith_private.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith_private.cpp')
-rw-r--r--src/theory/arith/theory_arith_private.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/theory_arith_private.cpp b/src/theory/arith/theory_arith_private.cpp
index 911954a5a..d12553e90 100644
--- a/src/theory/arith/theory_arith_private.cpp
+++ b/src/theory/arith/theory_arith_private.cpp
@@ -33,13 +33,13 @@
#include "expr/node.h"
#include "expr/node_algorithm.h"
#include "expr/node_builder.h"
-#include "expr/proof_generator.h"
-#include "expr/proof_node_manager.h"
-#include "expr/proof_rule.h"
#include "expr/skolem_manager.h"
#include "options/arith_options.h"
#include "options/smt_options.h" // for incrementalSolving()
#include "preprocessing/util/ite_utilities.h"
+#include "proof/proof_generator.h"
+#include "proof/proof_node_manager.h"
+#include "proof/proof_rule.h"
#include "smt/logic_exception.h"
#include "smt/smt_statistics_registry.h"
#include "smt_util/boolean_simplification.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback