summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-13 18:06:18 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-13 18:06:18 -0500
commitb4dbb2e5d177b2eb6f3770106c54421b22f035f5 (patch)
tree4632d557f1b60f44d6f6335fc51a2375849e138b /cgps.c
parent2f58001d79865cdd97ed5349f703cba67ed40cc4 (diff)
downloadgpsd-b4dbb2e5d177b2eb6f3770106c54421b22f035f5.tar.gz
Simplification through taking SuS seriously.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgps.c b/cgps.c
index 358c4226..db294d6f 100644
--- a/cgps.c
+++ b/cgps.c
@@ -81,9 +81,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h> /* for select() */
-#if defined (HAVE_SYS_SELECT_H)
-#include <sys/select.h>
-#endif
#ifndef S_SPLINT_S
#include <sys/socket.h>
#include <unistd.h>