[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src/widgets file_chooser.cpp file_choos...
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src/widgets file_chooser.cpp file_choos... |
Date: |
Thu, 18 Nov 2004 14:39:23 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 04/11/18 19:33:34
Modified files:
src/widgets : file_chooser.cpp file_chooser.hpp
Log message:
Fix headers...
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/file_chooser.cpp.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/file_chooser.hpp.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
Patches:
Index: wesnoth/src/widgets/file_chooser.cpp
diff -u wesnoth/src/widgets/file_chooser.cpp:1.12
wesnoth/src/widgets/file_chooser.cpp:1.13
--- wesnoth/src/widgets/file_chooser.cpp:1.12 Thu Nov 18 19:25:39 2004
+++ wesnoth/src/widgets/file_chooser.cpp Thu Nov 18 19:33:34 2004
@@ -12,10 +12,11 @@
#include "../global.hpp"
-#include "../font.hpp"
+#include "../display.hpp"
#include "../events.hpp"
+#include "../filesystem.hpp"
+#include "../font.hpp"
#include "../language.hpp"
-#include "../display.hpp"
#include "../show_dialog.hpp"
#include "file_chooser.hpp"
Index: wesnoth/src/widgets/file_chooser.hpp
diff -u wesnoth/src/widgets/file_chooser.hpp:1.5
wesnoth/src/widgets/file_chooser.hpp:1.6
--- wesnoth/src/widgets/file_chooser.hpp:1.5 Thu Nov 18 19:25:39 2004
+++ wesnoth/src/widgets/file_chooser.hpp Thu Nov 18 19:33:34 2004
@@ -13,13 +13,9 @@
#ifndef FILE_CHOOSER_H_INCLUDED
#define FILE_CHOOSER_H_INCLUDED
-#include "../display.hpp"
-#include "widget.hpp"
#include "menu.hpp"
#include "textbox.hpp"
-#include "../filesystem.hpp"
-#include "../language.hpp"
-
+#include "widget.hpp"
namespace gui {