summaryrefslogtreecommitdiff
path: root/src/context/cdinsert_hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdinsert_hashmap.h')
-rw-r--r--src/context/cdinsert_hashmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/context/cdinsert_hashmap.h b/src/context/cdinsert_hashmap.h
index 2b7712924..b383fe931 100644
--- a/src/context/cdinsert_hashmap.h
+++ b/src/context/cdinsert_hashmap.h
@@ -31,8 +31,6 @@
* - Supports insertAtContextLevelZero() if the element is not in the map.
*/
-#include "cvc4_private.h"
-
#include <deque>
#include <functional>
#include <unordered_map>
@@ -42,6 +40,7 @@
#include "base/output.h"
#include "context/cdinsert_hashmap_forward.h"
#include "context/context.h"
+#include "cvc5_private.h"
#include "expr/node.h"
#pragma once
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback