summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver.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/shared_solver.h
parentb302cb1f92aae1c0954c86065469e5c2b7206e74 (diff)
Some more cleanup of includes (#6083)
This PR does some more cleanup of the includes.
Diffstat (limited to 'src/theory/shared_solver.h')
-rw-r--r--src/theory/shared_solver.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/theory/shared_solver.h b/src/theory/shared_solver.h
index d1c6f6c03..a4d08bd1b 100644
--- a/src/theory/shared_solver.h
+++ b/src/theory/shared_solver.h
@@ -18,19 +18,20 @@
#define CVC4__THEORY__SHARED_SOLVER__H
#include "expr/node.h"
-#include "expr/proof_node_manager.h"
-#include "theory/ee_setup_info.h"
-#include "theory/logic_info.h"
#include "theory/shared_terms_database.h"
#include "theory/term_registration_visitor.h"
#include "theory/valuation.h"
namespace CVC4 {
+class LogicInfo;
+class ProofNodeManager;
class TheoryEngine;
namespace theory {
+struct EeSetupInfo;
+
/**
* A base class for shared solver. The shared solver is the component of theory
* engine that behaves like a theory solver, and whose purpose is to ensure the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback