]> Dogcows Code - chaz/yoink/blobdiff - src/moof/packet.cc
fixed documentation about where to find licenses
[chaz/yoink] / src / moof / packet.cc
index 0440b7df5749760861dfdfc4a5c913220258a450..782e6098c2eed7c9c75d8b614714fcd2e3d92cf1 100644 (file)
@@ -9,20 +9,23 @@
 *
 **************************************************************************/
 
-#include "../config.h"
+#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.017365 seconds and 4 git commands to generate.