summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-12-27 13:43:24 -0800
committerGary E. Miller <gem@rellim.com>2018-12-27 13:43:24 -0800
commit05980e8a0ea9f741f183a7153e1e7ce6349c1960 (patch)
tree547b378fc32d8ce8c9aec945a5cf4cb3f9ccee26 /gpspipe.c
parente78d969bba817247dab11db9f366ac4ae4e5ac37 (diff)
downloadgpsd-05980e8a0ea9f741f183a7153e1e7ce6349c1960.tar.gz
HAVE_SYS_SELECT_H: Remove test for this. No longer needed.
Many places in the code include sys/select.h with no guard for a long time and no problem reports. So kill it off.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 19870c75..fce3062e 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -49,9 +49,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif /* HAVE_SYS_SELECT_H */
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif /* HAVE_SYS_SOCKET_H */