From 1e0126fcbf956b5893dabcac2c7c3f5002ce910c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Dec 2010 08:09:49 -0500 Subject: More header simplification. All regression tests pass. --- libgps_core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 306cfbdc..9d96ec14 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -3,9 +3,6 @@ * This file is Copyright (c) 2010 by the GPSD project * 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 @@ -15,6 +12,9 @@ #include #include #include /* expected to have a select(2) prototype a la SuS */ +#ifndef S_SPLINT_S +#include +#endif /* S_SPLINT_S */ #include "gpsd.h" #include "gps_json.h" -- cgit v1.2.1