]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 24 Jul 2008 06:06:52 +0000 (02:06 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 24 Jul 2008 06:06:52 +0000 (02:06 -0400)
bk: 48881bfcrEVjfkagtWvijdtUYZ4Ijw

gsoc_sntp/networking.h

index da185555d90726a94f2e304cef4484494d881060..9dab79c56b33fb8367cfc6271c13e3a416d743e0 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef NETWORK_H
 #define NETWORK_H
 
-#include "data_formats.h"
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
@@ -12,6 +10,8 @@
 #include <string.h>
 #include <errno.h>
 
+#include "data_formats.h"
+
 /* FIXME, see portability issue 1 */ /* irrelevant for now */
 #ifndef SYS_WINNT
 # define SOCKET        int
@@ -42,7 +42,4 @@ int recvpkt (SOCKET rsock, struct pkt *rpkt, struct pkt *spkt);
 
 int filter_reachable (struct addrinfo **res, int resc);
 
-
-
-
 #endif