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 stri...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src/serialization string_utils.cpp stri...
Date: Tue, 12 Apr 2005 17:04:03 -0400

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

Modified files:
        src/serialization: string_utils.cpp string_utils.hpp 

Log message:
        string_utils dependency cleanup

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/string_utils.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/serialization/string_utils.hpp.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: wesnoth/src/serialization/string_utils.cpp
diff -u wesnoth/src/serialization/string_utils.cpp:1.15 
wesnoth/src/serialization/string_utils.cpp:1.16
--- wesnoth/src/serialization/string_utils.cpp:1.15     Tue Apr  5 18:32:31 2005
+++ wesnoth/src/serialization/string_utils.cpp  Tue Apr 12 21:04:02 2005
@@ -1,4 +1,4 @@
-/* $Id: string_utils.cpp,v 1.15 2005/04/05 18:32:31 gruikya Exp $ */
+/* $Id: string_utils.cpp,v 1.16 2005/04/12 21:04:02 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -21,7 +21,7 @@
 #include "serialization/string_utils.hpp"
 #include "util.hpp"
 #include "log.hpp"
-#include "gamestatus.hpp"
+#include "string_utils.hpp"
 #include "SDL_types.h"
 
 #define ERR_GENERAL LOG_STREAM(err, general)
Index: wesnoth/src/serialization/string_utils.hpp
diff -u wesnoth/src/serialization/string_utils.hpp:1.10 
wesnoth/src/serialization/string_utils.hpp:1.11
--- wesnoth/src/serialization/string_utils.hpp:1.10     Tue Apr  5 18:32:31 2005
+++ wesnoth/src/serialization/string_utils.hpp  Tue Apr 12 21:04:03 2005
@@ -1,4 +1,4 @@
-/* $Id: string_utils.hpp,v 1.10 2005/04/05 18:32:31 gruikya Exp $ */
+/* $Id: string_utils.hpp,v 1.11 2005/04/12 21:04:03 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Copyright (C) 2005 by Guillaume Melquiond <address@hidden>
@@ -18,9 +18,10 @@
 #include <map>
 #include <string>
 #include <vector>
+
 #include "SDL_types.h"
+#include "tstring.hpp"
 
-class t_string;
 
 class variable_set
 {




reply via email to

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