summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-25 14:26:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-28 13:03:01 +0100
commit2899b1ade437812cfb138fe48a5b9517727facc9 (patch)
tree108f523a27de447f6f9ad15922db7451b7e3c215 /starmath
parent6b074ddd68133817b3aaff891fa85b43d264afe4 (diff)
only need to include ostream here, iostream sucks in global ctors
Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx3
1 files changed, 1 insertions, 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 <vector>
-#include <fstream>
-#include <iostream>
+#include <ostream>
#include <stdio.h>
#include "parse.hxx"