summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/partial_model.h')
-rw-r--r--src/theory/arith/partial_model.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/arith/partial_model.h b/src/theory/arith/partial_model.h
index ec682b948..af0fe37ec 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -21,11 +21,9 @@
#ifndef CVC4__THEORY__ARITH__PARTIAL_MODEL_H
#define CVC4__THEORY__ARITH__PARTIAL_MODEL_H
-#include <list>
#include <vector>
#include "context/cdlist.h"
-#include "context/context.h"
#include "expr/node.h"
#include "theory/arith/arith_utilities.h"
#include "theory/arith/arithvar.h"
@@ -35,6 +33,9 @@
#include "theory/arith/delta_rational.h"
namespace CVC4 {
+namespace context {
+class Context;
+}
namespace theory {
namespace arith {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback