bk: 488828c9nRO_RrdqcrD5MhQzRa_dXw
#ifndef DATA_FORMATS_H
#define DATA_FORMATS_H
-#include <sys/types.h>
#include <ntp.h>
-#include <ntp_types.h>
#include <ntp_fp.h>
-
#endif
-#include "ntp_fp.h"
+#include <ntp_fp.h>
#include "sntp-opts.h"
#include "networking.h"
#ifndef NETWORK_H
#define NETWORK_H
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netdb.h>
-#include <stdlib.h>
-#include <strings.h>
-#include <string.h>
-#include <errno.h>
+#include <sys/types.h> /**/
+/* #include <sys/socket.h> /**/
+/* #include <netinet/in.h> /**/
+/* #include <netdb.h> /**/
+#include <stdlib.h> /**/
+#include <strings.h> /**/
+#include <string.h> /**/
+#include <errno.h> /**/
#include "data_formats.h"