CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 05/03/20 16:20:28
Modified files:
src : builder.cpp builder.hpp
Log message:
cleanup of deps against display: builder does not need a display
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/builder.cpp.diff?tr1=1.46&tr2=1.47&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/builder.hpp.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
Patches:
Index: wesnoth/src/builder.cpp
diff -u wesnoth/src/builder.cpp:1.46 wesnoth/src/builder.cpp:1.47
--- wesnoth/src/builder.cpp:1.46 Thu Mar 10 13:46:21 2005
+++ wesnoth/src/builder.cpp Sun Mar 20 16:20:28 2005
@@ -1,4 +1,4 @@
-/* $Id: builder.cpp,v 1.46 2005/03/10 13:46:21 silene Exp $ */
+/* $Id: builder.cpp,v 1.47 2005/03/20 16:20:28 ydirson Exp $ */
/*
Copyright (C) 2004 by Philippe Plantier <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -14,8 +14,9 @@
#include "global.hpp"
#include "array.hpp"
-#include "display.hpp"
+#include "builder.hpp"
#include "log.hpp"
+#include "pathutils.hpp"
#include "terrain.hpp"
#include "util.hpp"
#include "wassert.hpp"
Index: wesnoth/src/builder.hpp
diff -u wesnoth/src/builder.hpp:1.28 wesnoth/src/builder.hpp:1.29
--- wesnoth/src/builder.hpp:1.28 Wed Mar 9 22:21:54 2005
+++ wesnoth/src/builder.hpp Sun Mar 20 16:20:28 2005
@@ -1,4 +1,4 @@
-/* $Id: builder.hpp,v 1.28 2005/03/09 22:21:54 ydirson Exp $ */
+/* $Id: builder.hpp,v 1.29 2005/03/20 16:20:28 ydirson Exp $ */
/*
Copyright (C) 2004 by Philippe Plantier <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -14,7 +14,7 @@
#define BUILDER_H_INCLUDED
class config;
-class image::locator;
+#include "image.hpp"
#include "map.hpp"
#include "animated.hpp"
#include "SDL.h"