diff options
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" |