CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/03/10 20:54:57
Modified files:
src : halo.cpp multiplayer_ui.cpp preferences.hpp
Log message:
include cleanup: preferences
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/halo.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_ui.cpp.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/preferences.hpp.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
Patches:
Index: wesnoth/src/halo.cpp
diff -u wesnoth/src/halo.cpp:1.15 wesnoth/src/halo.cpp:1.16
--- wesnoth/src/halo.cpp:1.15 Wed Mar 9 22:21:54 2005
+++ wesnoth/src/halo.cpp Thu Mar 10 20:54:56 2005
@@ -1,5 +1,6 @@
#include "global.hpp"
+#include "display.hpp"
#include "halo.hpp"
#include "image.hpp"
#include "preferences.hpp"
Index: wesnoth/src/multiplayer_ui.cpp
diff -u wesnoth/src/multiplayer_ui.cpp:1.10 wesnoth/src/multiplayer_ui.cpp:1.11
--- wesnoth/src/multiplayer_ui.cpp:1.10 Wed Mar 9 22:21:54 2005
+++ wesnoth/src/multiplayer_ui.cpp Thu Mar 10 20:54:56 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_ui.cpp,v 1.10 2005/03/09 22:21:54 ydirson Exp $ */
+/* $Id: multiplayer_ui.cpp,v 1.11 2005/03/10 20:54:56 ydirson Exp $ */
/*
Copyright (C)
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -11,9 +11,12 @@
See the COPYING file for more details.
*/
+#include "display.hpp"
#include "gettext.hpp"
#include "game_config.hpp"
#include "global.hpp"
+#include "image.hpp"
+#include "log.hpp"
#include "multiplayer_ui.hpp"
#include "network.hpp"
#include "sound.hpp"
Index: wesnoth/src/preferences.hpp
diff -u wesnoth/src/preferences.hpp:1.50 wesnoth/src/preferences.hpp:1.51
--- wesnoth/src/preferences.hpp:1.50 Tue Mar 8 02:52:45 2005
+++ wesnoth/src/preferences.hpp Thu Mar 10 20:54:56 2005
@@ -1,4 +1,4 @@
-/* $Id: preferences.hpp,v 1.50 2005/03/08 02:52:45 Sirp Exp $ */
+/* $Id: preferences.hpp,v 1.51 2005/03/10 20:54:56 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,8 +13,8 @@
#ifndef PREFERENCES_HPP_INCLUDED
#define PREFERENCES_HPP_INCLUDED
-#include "config.hpp"
-#include "display.hpp"
+class config;
+class display;
#include <string>
#include <utility>