summaryrefslogtreecommitdiff
path: root/src/util/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/array.h')
-rw-r--r--src/util/array.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/util/array.h b/src/util/array.h
index 274421249..c00cfdaa3 100644
--- a/src/util/array.h
+++ b/src/util/array.h
@@ -18,14 +18,11 @@
#include "cvc4_public.h"
-#ifndef __CVC4__ARRAY_H_
-#define __CVC4__ARRAY_H_
-
-#include <iostream>
-#include "util/Assert.h"
+#ifndef __CVC4__ARRAY_H
+#define __CVC4__ARRAY_H
// we get ArrayType right now by #including type.h.
// array.h is still useful for the auto-generated kinds #includes.
#include "expr/type.h"
-#endif /* __CVC4__ARRAY_H_ */
+#endif /* __CVC4__ARRAY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback