Group local headers together beyond the system headers and library headers.
authorWouter Verhelst <w@uter.be>
Sun, 20 May 2012 10:35:35 +0000 (12:35 +0200)
committerWouter Verhelst <w@uter.be>
Sun, 20 May 2012 10:35:35 +0000 (12:35 +0200)
nbd-server.c

index 2c0e9bb4673ef1f69135915335a057cd4e658cdd..a8f4f401a9f536f91b2ee34ca54409bca9b3dedb 100644 (file)
@@ -77,7 +77,6 @@
 #include <netinet/tcp.h>
 #include <netinet/in.h>
 #include <netdb.h>
-#include "netdb-compat.h"
 #include <syslog.h>
 #include <unistd.h>
 #include <stdbool.h>
 /* used in cliserv.h, so must come first */
 #define MY_NAME "nbd_server"
 #include "cliserv.h"
+#include "netdb-compat.h"
 
 #ifdef WITH_SDP
 #include <sdp_inet.h>