Author: mordante
Date: Sun Aug 24 18:12:27 2008
New Revision: 28940
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28940&view=rev
Log:
Header cleanup.
util.hpp didn't use <map> so removed it, fixed the files which did
depend on this include.
Modified:
trunk/src/sdl_utils.hpp
trunk/src/util.hpp
Modified: trunk/src/sdl_utils.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/sdl_utils.hpp?rev=28940&r1=28939&r2=28940&view=diff
==============================================================================
--- trunk/src/sdl_utils.hpp (original)
+++ trunk/src/sdl_utils.hpp Sun Aug 24 18:12:27 2008
@@ -24,6 +24,7 @@
#include <cstdlib>
#include <iostream>
+#include <map>
#include <string>
#include <vector>
Modified: trunk/src/util.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/util.hpp?rev=28940&r1=28939&r2=28940&view=diff
==============================================================================
--- trunk/src/util.hpp (original)
+++ trunk/src/util.hpp Sun Aug 24 18:12:27 2008
@@ -23,7 +23,6 @@
#include "global.hpp"
#include <cmath>
#include <vector>
-#include <map>
#include <sstream>
template<typename T>
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits