CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
    Copyright (C) 2005 by Guillaume Melquiond <[EMAIL PROTECTED]>
@@ -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