Removed iostream includes, as they slow down compilation.

This commit is contained in:
lotodore
2007-06-07 19:37:35 +00:00
parent ee76f454bd
commit f886ebda86
23 changed files with 20 additions and 41 deletions
-1
View File
@@ -23,7 +23,6 @@
#include "playerdata.h"
#include "game_defs.h"
#include <string>
#include <iostream>
#include <boost/shared_ptr.hpp>
class GuiInterface;