From: Harlan Stenn Date: Thu, 24 Jul 2008 07:47:48 +0000 (-0400) Subject: header cleanup X-Git-Tag: NTP_4_2_5P142~30^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b672ff4010495c67e321849c508ba6c7fd30d975;p=thirdparty%2Fntp.git header cleanup bk: 488833a4BWlUwqDBbNpGgd1hGsjIbA --- diff --git a/gsoc_sntp/networking.c b/gsoc_sntp/networking.c index 4df44ec9b..f6d5d1242 100644 --- a/gsoc_sntp/networking.c +++ b/gsoc_sntp/networking.c @@ -1,5 +1,6 @@ +#include -#include "sntp-opts.h" +/* #include "sntp-opts.h" /**/ #include "networking.h" #include "log.h" diff --git a/gsoc_sntp/networking.h b/gsoc_sntp/networking.h index d89ec9ed1..938f925b3 100644 --- a/gsoc_sntp/networking.h +++ b/gsoc_sntp/networking.h @@ -1,13 +1,15 @@ #ifndef NETWORK_H #define NETWORK_H +#if 0 #include /**/ /* #include /**/ /* #include /**/ /* #include /**/ #include /**/ -#include /**/ #include /**/ +#endif +#include /**/ #include /**/ #include "data_formats.h"