wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src image.cpp tooltips.hpp unit.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src image.cpp tooltips.hpp unit.cpp
Date: Wed, 09 Mar 2005 12:01:10 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/09 17:01:09

Modified files:
        src            : image.cpp tooltips.hpp unit.cpp 

Log message:
        removed more useless inclusions

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/image.cpp.diff?tr1=1.77&tr2=1.78&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tooltips.hpp.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/unit.cpp.diff?tr1=1.124&tr2=1.125&r1=text&r2=text

Patches:
Index: wesnoth/src/image.cpp
diff -u wesnoth/src/image.cpp:1.77 wesnoth/src/image.cpp:1.78
--- wesnoth/src/image.cpp:1.77  Wed Mar  9 16:29:52 2005
+++ wesnoth/src/image.cpp       Wed Mar  9 17:01:09 2005
@@ -4,7 +4,6 @@
 #include "filesystem.hpp"
 #include "game_config.hpp"
 #include "image.hpp"
-#include "font.hpp"
 #include "log.hpp"
 #include "sdl_utils.hpp"
 #include "team.hpp"
Index: wesnoth/src/tooltips.hpp
diff -u wesnoth/src/tooltips.hpp:1.6 wesnoth/src/tooltips.hpp:1.7
--- wesnoth/src/tooltips.hpp:1.6        Sat Nov 27 10:53:22 2004
+++ wesnoth/src/tooltips.hpp    Wed Mar  9 17:01:09 2005
@@ -1,8 +1,7 @@
 #ifndef TOOLTIPS_HPP_INCLUDED
 #define TOOLTIPS_HPP_INCLUDED
 
-#include "font.hpp"
-#include "video.hpp"
+#include "display.hpp"
 
 #include "SDL.h"
 
Index: wesnoth/src/unit.cpp
diff -u wesnoth/src/unit.cpp:1.124 wesnoth/src/unit.cpp:1.125
--- wesnoth/src/unit.cpp:1.124  Mon Feb 28 03:44:43 2005
+++ wesnoth/src/unit.cpp        Wed Mar  9 17:01:09 2005
@@ -1,4 +1,4 @@
-/* $Id: unit.cpp,v 1.124 2005/02/28 03:44:43 Sirp Exp $ */
+/* $Id: unit.cpp,v 1.125 2005/03/09 17:01:09 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,7 +13,6 @@
 
 #include "global.hpp"
 
-#include "font.hpp"
 #include "game_config.hpp"
 #include "gamestatus.hpp"
 #include "language.hpp"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]