summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-13 19:18:47 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-13 19:18:47 -0500
commit1ec0fb7f7c46206c4e57c1d7ddf1ee18c8353410 (patch)
treed39ff3fa904b5d25f325ec2654205228fe5973f9 /driver_tsip.c
parentb4dbb2e5d177b2eb6f3770106c54421b22f035f5 (diff)
downloadgpsd-1ec0fb7f7c46206c4e57c1d7ddf1ee18c8353410.tar.gz
For simplification on SuS assumptions.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 8d894c4e..0f10306f 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -5,19 +5,12 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <sys/time.h>
#include <string.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
#include <math.h>
-#include "gpsd_config.h"
-
-#if defined (HAVE_SYS_SELECT_H)
-#include <sys/select.h>
-#endif
-#if defined(HAVE_SYS_TIME_H)
-#include <sys/time.h>
-#endif
#include "gpsd.h"
#include "bits.h"