CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <[EMAIL PROTECTED]> 04/10/12 23:13:17
Modified files:
src : network_worker.cpp
Log message:
Reordered #include.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network_worker.cpp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: wesnoth/src/network_worker.cpp
diff -u wesnoth/src/network_worker.cpp:1.2 wesnoth/src/network_worker.cpp:1.3
--- wesnoth/src/network_worker.cpp:1.2 Tue Oct 12 22:38:20 2004
+++ wesnoth/src/network_worker.cpp Tue Oct 12 23:13:17 2004
@@ -1,9 +1,9 @@
-#include <cerrno>
#include "network_worker.hpp"
#include "network.hpp"
#include "thread.hpp"
#include <cassert>
+#include <cerrno>
#include <iostream>
#include <map>
#include <set>