diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-22 18:38:42 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-22 18:38:42 -0500 |
commit | 2c69666fa6f815edbc941e278e015e54795329e8 (patch) | |
tree | 4eae822a6b4e7bf230a00ffbfc6af6830491db65 /monitor_superstar2.c | |
parent | a619431a9d7576506b55c607555fecfc084bec37 (diff) | |
download | gpsd-2c69666fa6f815edbc941e278e015e54795329e8.tar.gz |
More header portability auditing by deheader.
Diffstat (limited to 'monitor_superstar2.c')
-rw-r--r-- | monitor_superstar2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/monitor_superstar2.c b/monitor_superstar2.c index ade795c2..58c1b1af 100644 --- a/monitor_superstar2.c +++ b/monitor_superstar2.c @@ -2,10 +2,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 <unistd.h> -#endif /* S_SPLINT_S */ - #include "gpsd.h" #include "bits.h" #include "gpsmon.h" |