CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 05/03/21 20:46:27

Modified files:
        src            : actions.cpp 

Log message:
        harmless but missing includes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/actions.cpp.diff?tr1=1.198&tr2=1.199&r1=text&r2=text

Patches:
Index: wesnoth/src/actions.cpp
diff -u wesnoth/src/actions.cpp:1.198 wesnoth/src/actions.cpp:1.199
--- wesnoth/src/actions.cpp:1.198       Sat Mar 19 14:54:00 2005
+++ wesnoth/src/actions.cpp     Mon Mar 21 20:46:26 2005
@@ -1,4 +1,4 @@
-/* $Id: actions.cpp,v 1.198 2005/03/19 14:54:00 silene Exp $ */
+/* $Id: actions.cpp,v 1.199 2005/03/21 20:46:26 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -19,6 +19,8 @@
 #include "game_config.hpp"
 #include "game_events.hpp"
 #include "gettext.hpp"
+#include "halo.hpp"
+#include "hotkeys.hpp"
 #include "key.hpp"
 #include "log.hpp"
 #include "map.hpp"


Reply via email to