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

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

[Wesnoth-cvs-commits] wesnoth/src sdl_utils.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src sdl_utils.cpp
Date: Wed, 09 Mar 2005 16:56:05 -0500

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

Modified files:
        src            : sdl_utils.cpp 

Log message:
        #include cleanup

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/sdl_utils.cpp.diff?tr1=1.75&tr2=1.76&r1=text&r2=text

Patches:
Index: wesnoth/src/sdl_utils.cpp
diff -u wesnoth/src/sdl_utils.cpp:1.75 wesnoth/src/sdl_utils.cpp:1.76
--- wesnoth/src/sdl_utils.cpp:1.75      Thu Mar  3 22:43:25 2005
+++ wesnoth/src/sdl_utils.cpp   Wed Mar  9 21:56:05 2005
@@ -1,4 +1,4 @@
-/* $Id: sdl_utils.cpp,v 1.75 2005/03/03 22:43:25 ydirson Exp $ */
+/* $Id: sdl_utils.cpp,v 1.76 2005/03/09 21:56:05 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,19 +13,18 @@
 
 #include "global.hpp"
 
-#include <algorithm>
-#include <cmath>
-#include <iostream>
-#include <map>
-
 #include "config.hpp"
 #include "log.hpp"
 #include "sdl_utils.hpp"
-#include "show_dialog.hpp"
 #include "util.hpp"
 #include "video.hpp"
 #include "wassert.hpp"
 
+#include <algorithm>
+#include <cmath>
+#include <iostream>
+#include <map>
+
 SDLKey sdl_keysym_from_name(std::string const &keyname)
 {
        static bool initialized = false;




reply via email to

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