summaryrefslogtreecommitdiff
path: root/gpspipe.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 /gpspipe.c
parenta92a5c2d17b1e4eb0d2ac0e71a8d5c2fe45f60ac (diff)
downloadgpsd-a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8.tar.gz
Unused-header removals by deheader. All regression tests pass.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 4a3bf910..90c70a38 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -24,10 +24,7 @@
*/
#include <stdlib.h>
-#include <time.h>
#include "gpsd_config.h"
-#include <sys/types.h>
-#include <sys/stat.h>
#ifndef S_SPLINT_S
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
@@ -35,9 +32,7 @@
#include <unistd.h>
#endif /* S_SPLINT_S */
#include <errno.h>
-#include <stdio.h>
#include <string.h>
-#include <stdbool.h>
#include <fcntl.h>
#if HAVE_TERMIOS
#include <termios.h>