]> Dogcows Code - chaz/yoink/blobdiff - src/moof/network.hh
pch support
[chaz/yoink] / src / moof / network.hh
index 998473b7f88535fb70d4324172c1f54f86e6c5e2..7a544e6e107cd234ff68795ae999b6baf8baa401 100644 (file)
 #ifndef _MOOF_NETWORK_HH_
 #define _MOOF_NETWORK_HH_
 
+#include <string>
+#include <vector>
+
+
 /**
  * \file network.hh
  * Builds a high-level protocol and match-making system on top of network
  * sockets for multiplayer support.
  */
 
-#include <string>
-#include <vector>
-
-
 namespace moof {
 
 
This page took 0.017641 seconds and 4 git commands to generate.