Author: mordante
Date: Sat Apr 11 17:55:06 2009
New Revision: 34722

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34722&view=rev
Log:
Remove an unneeded header.

Also added comment iostream is needed so it won't get removed again in the 
future.

Modified:
    trunk/src/log.hpp

Modified: trunk/src/log.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.hpp?rev=34722&r1=34721&r2=34722&view=diff
==============================================================================
--- trunk/src/log.hpp (original)
+++ trunk/src/log.hpp Sat Apr 11 17:55:06 2009
@@ -21,8 +21,7 @@
 #ifndef LOG_HPP_INCLUDED
 #define LOG_HPP_INCLUDED
 
-#include <iosfwd>
-#include <iostream>
+#include <iostream> // needed else all files including log.hpp need to do it.
 #include <string>
 #include <vector>
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to