]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
header cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 24 Jul 2008 07:47:48 +0000 (03:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 24 Jul 2008 07:47:48 +0000 (03:47 -0400)
bk: 488833a4BWlUwqDBbNpGgd1hGsjIbA

gsoc_sntp/networking.c
gsoc_sntp/networking.h

index 4df44ec9b5360044c721492a0ea942d14a976bc5..f6d5d1242072c7b9c626e084f5a2e8534d14d84b 100644 (file)
@@ -1,5 +1,6 @@
+#include <config.h>
 
-#include "sntp-opts.h"
+/* #include "sntp-opts.h"      /**/
 #include "networking.h"
 #include "log.h"
 
index d89ec9ed1180d92f0e7daae40869e8070b152d63..938f925b3f464263c6541bc1b5f00195d64cd88a 100644 (file)
@@ -1,13 +1,15 @@
 #ifndef NETWORK_H
 #define NETWORK_H
 
+#if 0
 #include <sys/types.h> /**/
 /* #include <sys/socket.h>     /**/
 /* #include <netinet/in.h>     /**/
 /* #include <netdb.h>  /**/
 #include <stdlib.h>    /**/
-#include <strings.h>   /**/
 #include <string.h>    /**/
+#endif
+#include <strings.h>   /**/
 #include <errno.h>     /**/
 
 #include "data_formats.h"