summaryrefslogtreecommitdiff
path: root/src/proof/sat_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/sat_proof.h')
-rw-r--r--src/proof/sat_proof.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/proof/sat_proof.h b/src/proof/sat_proof.h
index a9793e784..52319431c 100644
--- a/src/proof/sat_proof.h
+++ b/src/proof/sat_proof.h
@@ -19,13 +19,15 @@
#ifndef __CVC4__SAT__PROOF_H
#define __CVC4__SAT__PROOF_H
-#include <iostream>
#include <stdint.h>
-#include <vector>
-#include <set>
+
#include <ext/hash_map>
#include <ext/hash_set>
+#include <iosfwd>
+#include <set>
#include <sstream>
+#include <vector>
+
#include "expr/expr.h"
#include "proof/proof_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback