From 2899b1ade437812cfb138fe48a5b9517727facc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 25 May 2012 14:26:26 +0100 Subject: [PATCH] only need to include ostream here, iostream sucks in global ctors Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586 --- starmath/inc/node.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 385aa8e8dd53..e1df8f23879e 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -30,8 +30,7 @@ #define NODE_HXX #include -#include -#include +#include #include #include "parse.hxx"