summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
commit8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f (patch)
tree230945616a24ed059c6b088333c1e2468a671f30 /serial.c
parent6cfb37de24cd6917c01c8794808917513ccaac45 (diff)
downloadgpsd-8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f.tar.gz
Still more simplification of configuration and header handling.
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/serial.c b/serial.c
index 9ff5ebe9..68bef324 100644
--- a/serial.c
+++ b/serial.c
@@ -15,9 +15,7 @@
#include "gpsd_config.h"
#ifdef HAVE_BLUEZ
#ifndef S_SPLINT_S
-#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
-#endif /* HAVE_SYS_SOCKET_H */
#endif /* S_SPLINT_S */
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>