diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-25 14:26:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-28 13:03:01 +0100 |
commit | 2899b1ade437812cfb138fe48a5b9517727facc9 (patch) | |
tree | 108f523a27de447f6f9ad15922db7451b7e3c215 /starmath | |
parent | 6b074ddd68133817b3aaff891fa85b43d264afe4 (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.hxx | 3 |
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" |