summaryrefslogtreecommitdiff
path: root/src/theory/bags/term_registry.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-09 13:48:43 +0100
committerGitHub <noreply@github.com>2021-03-09 13:48:43 +0100
commit540ef6910a2b7ffeb67bac18dfc489fb4a6115d6 (patch)
tree23b0c78b126cb5b1584b75eca14fe648624a023a /src/theory/bags/term_registry.h
parentb302cb1f92aae1c0954c86065469e5c2b7206e74 (diff)
Some more cleanup of includes (#6083)
This PR does some more cleanup of the includes.
Diffstat (limited to 'src/theory/bags/term_registry.h')
-rw-r--r--src/theory/bags/term_registry.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/theory/bags/term_registry.h b/src/theory/bags/term_registry.h
index fcd822e16..87e61a026 100644
--- a/src/theory/bags/term_registry.h
+++ b/src/theory/bags/term_registry.h
@@ -18,16 +18,17 @@
#define CVC4__THEORY__BAGS__TERM_REGISTRY_H
#include <map>
-#include <vector>
#include "context/cdhashmap.h"
-#include "theory/bags/inference_manager.h"
-#include "theory/bags/solver_state.h"
+#include "expr/node.h"
namespace CVC4 {
namespace theory {
namespace bags {
+class InferenceManager;
+class SolverState;
+
/**
* Term registry, the purpose of this class is to maintain a database of
* commonly used terms, and mappings from bags to their "proxy variables".
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback