summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2017-08-14 22:46:48 -0700
committerGitHub <noreply@github.com>2017-08-14 22:46:48 -0700
commit6432a16bd86c7540dad4ce5321ee68b7a7287c66 (patch)
tree4855efd77237c767a8a94f063e1f521d2b452ac0 /src/expr/expr_template.h
parent779ca55f2802b2c77ea39d1c94a097a9761f544c (diff)
Minimize includes in expr.h: remove dups, iostream (#219)
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index d2ad45dee..ead50c1ab 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -27,7 +27,7 @@ ${includes}
#define __CVC4__EXPR_H
#include <stdint.h>
-#include <iostream>
+#include <iosfwd>
#include <iterator>
#include <string>
#include <unordered_map>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback