]> Dogcows Code - chaz/yoink/blobdiff - src/moof/packet.cc
pch support
[chaz/yoink] / src / moof / packet.cc
index 9cfb5bbfe38a05435bef4cc55d7822ed4293c665..782e6098c2eed7c9c75d8b614714fcd2e3d92cf1 100644 (file)
@@ -9,20 +9,23 @@
 *
 **************************************************************************/
 
+#if HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include <algorithm>
+#include <cstdlib>
+
+#include <SDL/SDL.h>
+
 #if HAVE_BYTESWAP_H
 #include <byteswap.h>
 #endif
-#include <cstdlib>
 
 #if HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif
 
-#include <SDL/SDL.h>
-
 #include "packet.hh"
 
 
This page took 0.016377 seconds and 4 git commands to generate.