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

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

[Wesnoth-cvs-commits] wesnoth/src/serialization string_utils.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization string_utils.cpp
Date: Wed, 13 Apr 2005 16:51:33 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/04/13 20:51:33

Modified files:
        src/serialization: string_utils.cpp 

Log message:
        minor cleanup

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/string_utils.cpp.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: wesnoth/src/serialization/string_utils.cpp
diff -u wesnoth/src/serialization/string_utils.cpp:1.18 
wesnoth/src/serialization/string_utils.cpp:1.19
--- wesnoth/src/serialization/string_utils.cpp:1.18     Wed Apr 13 19:46:35 2005
+++ wesnoth/src/serialization/string_utils.cpp  Wed Apr 13 20:51:32 2005
@@ -1,4 +1,4 @@
-/* $Id: string_utils.cpp,v 1.18 2005/04/13 19:46:35 ydirson Exp $ */
+/* $Id: string_utils.cpp,v 1.19 2005/04/13 20:51:32 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -17,13 +17,12 @@
 
 #include <cctype>
 #include <sstream>
+#include "SDL_types.h"
 
-#include "serialization/string_utils.hpp"
-#include "gettext.hpp"
-#include "util.hpp"
-#include "log.hpp"
+#include "../gettext.hpp"
+#include "../util.hpp"
+#include "../log.hpp"
 #include "string_utils.hpp"
-#include "SDL_types.h"
 
 #define ERR_GENERAL LOG_STREAM(err, general)
 




reply via email to

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