CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/03/09 22:21:05
Modified files:
src : video.cpp
Log message:
#include cleanup
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/video.cpp.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
Patches:
Index: wesnoth/src/video.cpp
diff -u wesnoth/src/video.cpp:1.55 wesnoth/src/video.cpp:1.56
--- wesnoth/src/video.cpp:1.55 Sun Feb 6 10:40:12 2005
+++ wesnoth/src/video.cpp Wed Mar 9 22:21:04 2005
@@ -1,4 +1,4 @@
-/* $Id: video.cpp,v 1.55 2005/02/06 10:40:12 isaaccp Exp $ */
+/* $Id: video.cpp,v 1.56 2005/03/09 22:21:04 ydirson Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -23,8 +23,6 @@
#include "halo.hpp"
#include "image.hpp"
#include "log.hpp"
-#include "mouse.hpp"
-#include "preferences.hpp"
#include "video.hpp"
#define LOG_DP lg::info(lg::display)