From 2c69666fa6f815edbc941e278e015e54795329e8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Dec 2010 18:38:42 -0500 Subject: More header portability auditing by deheader. --- driver_rtcm3.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'driver_rtcm3.c') diff --git a/driver_rtcm3.c b/driver_rtcm3.c index 90c734e9..cd0fb938 100644 --- a/driver_rtcm3.c +++ b/driver_rtcm3.c @@ -27,16 +27,12 @@ BSD terms apply: see the file COPYING in the distribution root for details. *****************************************************************************/ -#ifndef S_SPLINT_S -#include -#endif /* S_SPLINT_S */ +#include #include #include #include "gpsd_config.h" #ifndef S_SPLINT_S -#ifdef HAVE_ARPA_INET #include /* for ntohl(3) and friends */ -#endif /* HAVE_ARPA_INET */ #endif /* S_SPLINT_S */ #include "gpsd.h" -- cgit v1.2.1