CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/03/09 16:29:52
Modified files:
src : ai_move.cpp image.cpp
Log message:
removed useless inclusion of display.hpp
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/ai_move.cpp.diff?tr1=1.56&tr2=1.57&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/image.cpp.diff?tr1=1.76&tr2=1.77&r1=text&r2=text
Patches:
Index: wesnoth/src/ai_move.cpp
diff -u wesnoth/src/ai_move.cpp:1.56 wesnoth/src/ai_move.cpp:1.57
--- wesnoth/src/ai_move.cpp:1.56 Fri Jan 21 23:17:15 2005
+++ wesnoth/src/ai_move.cpp Wed Mar 9 16:29:52 2005
@@ -1,4 +1,4 @@
-/* $Id: ai_move.cpp,v 1.56 2005/01/21 23:17:15 Sirp Exp $ */
+/* $Id: ai_move.cpp,v 1.57 2005/03/09 16:29:52 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -14,7 +14,6 @@
#include "global.hpp"
#include "ai_move.hpp"
-#include "display.hpp"
#include "game_config.hpp"
#include "log.hpp"
#include "map.hpp"
Index: wesnoth/src/image.cpp
diff -u wesnoth/src/image.cpp:1.76 wesnoth/src/image.cpp:1.77
--- wesnoth/src/image.cpp:1.76 Wed Feb 9 23:32:01 2005
+++ wesnoth/src/image.cpp Wed Mar 9 16:29:52 2005
@@ -4,7 +4,6 @@
#include "filesystem.hpp"
#include "game_config.hpp"
#include "image.hpp"
-#include "display.hpp"
#include "font.hpp"
#include "log.hpp"
#include "sdl_utils.hpp"