Author: mordante
Date: Thu Jul 24 19:01:02 2008
New Revision: 28178

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28178&view=rev
Log:
Remove a header include by forward declaring the class.

Modified:
    trunk/src/race.hpp

Modified: trunk/src/race.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/race.hpp?rev=28178&r1=28177&r2=28178&view=diff
==============================================================================
--- trunk/src/race.hpp (original)
+++ trunk/src/race.hpp Thu Jul 24 19:01:02 2008
@@ -21,7 +21,11 @@
 
 #include "serialization/string_utils.hpp"
 #include "config.hpp"
-#include "random.hpp"
+
+namespace rand_rng {
+       class simple_rng;
+} // namespace rand_rng 
+
 
 typedef std::map<wide_string, std::vector<wchar_t> > markov_prefix_map;
 


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

Reply via email to