summaryrefslogtreecommitdiff
path: root/pseudonmea.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 08:13:13 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 08:13:13 -0500
commitd5bf68c29ddb260900b52665db04320ddd4600b1 (patch)
treede9bc618061270cd3b6f3fbd81dd496c8ef1cf30 /pseudonmea.c
parent1e0126fcbf956b5893dabcac2c7c3f5002ce910c (diff)
downloadgpsd-d5bf68c29ddb260900b52665db04320ddd4600b1.tar.gz
Header cleanup.
Diffstat (limited to 'pseudonmea.c')
-rw-r--r--pseudonmea.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/pseudonmea.c b/pseudonmea.c
index 61497460..cb322004 100644
--- a/pseudonmea.c
+++ b/pseudonmea.c
@@ -3,23 +3,11 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdlib.h>
-#include "gpsd_config.h"
-#ifdef HAVE_SYS_IOCTL_H
-#include <sys/ioctl.h>
-#endif /* HAVE_SYS_IOCTL_H */
-#ifndef S_SPLINT_S
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif /* HAVE_SYS_SOCKET_H */
-#include <unistd.h>
-#endif /* S_SPLINT_S */
+#include <string.h>
#include <math.h>
#ifndef S_SPLINT_S
-#ifdef HAVE_NETDB_H
-#include <netdb.h>
-#endif /* HAVE_NETDB_H */
+#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <string.h>
#include "gpsd.h"