summaryrefslogtreecommitdiff
path: root/src/theory/arrays/union_find.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/union_find.cpp')
-rw-r--r--src/theory/arrays/union_find.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arrays/union_find.cpp b/src/theory/arrays/union_find.cpp
index 9e6978c92..3f71b350e 100644
--- a/src/theory/arrays/union_find.cpp
+++ b/src/theory/arrays/union_find.cpp
@@ -18,9 +18,9 @@
#include <iostream>
-#include "theory/arrays/union_find.h"
-#include "util/cvc4_assert.h"
+#include "base/cvc4_assert.h"
#include "expr/node.h"
+#include "theory/arrays/union_find.h"
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback