summaryrefslogtreecommitdiff
path: root/libgps_sock.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 /libgps_sock.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 'libgps_sock.c')
-rw-r--r--libgps_sock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgps_sock.c b/libgps_sock.c
index 7816014d..14811b68 100644
--- a/libgps_sock.c
+++ b/libgps_sock.c
@@ -17,9 +17,7 @@
#include <sys/stat.h>
#include "gpsd_config.h"
#include "timespec.h" /* for NS_IN_SEC */
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif /* HAVE_SYS_SELECT_H */
#include <unistd.h>
#ifndef USE_QT