CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/11/18 19:21:18
Modified files:
src : dialogs.cpp
Log message:
Fix dumb header includes.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/dialogs.cpp.diff?tr1=1.69&tr2=1.70&r1=text&r2=text
Patches:
Index: wesnoth/src/dialogs.cpp
diff -u wesnoth/src/dialogs.cpp:1.69 wesnoth/src/dialogs.cpp:1.70
--- wesnoth/src/dialogs.cpp:1.69 Thu Nov 18 04:08:32 2004
+++ wesnoth/src/dialogs.cpp Thu Nov 18 19:21:17 2004
@@ -1,4 +1,4 @@
-/* $Id: dialogs.cpp,v 1.69 2004/11/18 04:08:32 Sirp Exp $ */
+/* $Id: dialogs.cpp,v 1.70 2004/11/18 19:21:17 silene Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -15,6 +15,7 @@
#include "dialogs.hpp"
#include "events.hpp"
+#include "filesystem.hpp"
#include "font.hpp"
#include "game_config.hpp"
#include "help.hpp"
@@ -25,7 +26,6 @@
#include "replay.hpp"
#include "show_dialog.hpp"
#include "util.hpp"
-#include "widgets/file_chooser.hpp"
#include "widgets/progressbar.hpp"
#include <cstdio>