Author: mordante
Date: Fri Apr 10 21:20:39 2009
New Revision: 34701
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34701&view=rev
Log:
Remove unneeded includes.
Modified:
trunk/src/md5.cpp
trunk/src/md5.hpp
Modified: trunk/src/md5.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/md5.cpp?rev=34701&r1=34700&r2=34701&view=diff
==============================================================================
--- trunk/src/md5.cpp (original)
+++ trunk/src/md5.cpp Fri Apr 10 21:20:39 2009
@@ -48,6 +48,7 @@
#include "md5.hpp"
#include <assert.h>
+#include <iostream>
#include <string.h> // Edit: needed for strlen() (strings.h should
// include it but apparently does not for me)
Modified: trunk/src/md5.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/md5.hpp?rev=34701&r1=34700&r2=34701&view=diff
==============================================================================
--- trunk/src/md5.hpp (original)
+++ trunk/src/md5.hpp Fri Apr 10 21:20:39 2009
@@ -41,7 +41,7 @@
#include <stdio.h>
#include <fstream>
-#include <iostream>
+#include <iosfwd>
class MD5 {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits