summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_subtheory.h')
-rw-r--r--src/theory/bv/bv_subtheory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/bv_subtheory.h b/src/theory/bv/bv_subtheory.h
index 6b25bb256..8a81a5ef8 100644
--- a/src/theory/bv/bv_subtheory.h
+++ b/src/theory/bv/bv_subtheory.h
@@ -16,11 +16,11 @@
#ifndef CVC5__THEORY__BV__BV_SUBTHEORY_H
#define CVC5__THEORY__BV__BV_SUBTHEORY_H
-#include "cvc4_private.h"
-#include "context/context.h"
#include "context/cdqueue.h"
-#include "theory/uf/equality_engine.h"
+#include "context/context.h"
+#include "cvc5_private.h"
#include "theory/theory.h"
+#include "theory/uf/equality_engine.h"
namespace cvc5 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback