summaryrefslogtreecommitdiff
path: root/pseudonmea.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-01 19:51:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-01 19:51:35 -0500
commita13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8 (patch)
tree77f8800d7caa3c7ddd1e2add2c9660987c6ccb5c /pseudonmea.c
parenta92a5c2d17b1e4eb0d2ac0e71a8d5c2fe45f60ac (diff)
downloadgpsd-a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8.tar.gz
Unused-header removals by deheader. All regression tests pass.
Diffstat (limited to 'pseudonmea.c')
-rw-r--r--pseudonmea.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pseudonmea.c b/pseudonmea.c
index 22f61f3e..bedb8bcc 100644
--- a/pseudonmea.c
+++ b/pseudonmea.c
@@ -4,7 +4,6 @@
*/
#include <stdlib.h>
#include "gpsd_config.h"
-#include <sys/time.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif /* HAVE_SYS_IOCTL_H */
@@ -14,8 +13,6 @@
#endif /* HAVE_SYS_SOCKET_H */
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <sys/time.h>
-#include <stdio.h>
#include <math.h>
#ifndef S_SPLINT_S
#ifdef HAVE_NETDB_H
@@ -23,8 +20,6 @@
#endif /* HAVE_NETDB_H */
#endif /* S_SPLINT_S */
#include <string.h>
-#include <errno.h>
-#include <fcntl.h>
#include "gpsd.h"