only need to include ostream here, iostream sucks in global ctors

Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586
This commit is contained in:
Caolán McNamara 2012-05-25 14:26:26 +01:00
parent 6b074ddd68
commit 2899b1ade4

View file

@ -30,8 +30,7 @@
#define NODE_HXX
#include <vector>
#include <fstream>
#include <iostream>
#include <ostream>
#include <stdio.h>
#include "parse.hxx"