CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/09/11 08:55:43
Modified files:
src : language.cpp
Log message:
Keep headers ordered
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.44 wesnoth/src/language.cpp:1.45
--- wesnoth/src/language.cpp:1.44 Sat Sep 11 03:23:21 2004
+++ wesnoth/src/language.cpp Sat Sep 11 08:55:43 2004
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.44 2004/09/11 03:23:21 Sirp Exp $ */
+/* $Id: language.cpp,v 1.45 2004/09/11 08:55:43 silene Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -17,10 +17,10 @@
#include "util.hpp"
#include <cctype>
+#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <iostream>
-#include <cerrno>
namespace {
language_def current_language;