summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-29 11:27:54 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-29 11:27:54 -0400
commit689e3c3f6c388709a560c1e42b3a04a18020a4fb (patch)
tree0f6b4075d38beb3d75735847cc8b9e0a42cf74e3 /ppsthread.c
parent0dcfa4d18f1271b4805d00c88582f09b5124d5fc (diff)
downloadgpsd-689e3c3f6c388709a560c1e42b3a04a18020a4fb.tar.gz
Remove unused or redundant #includes.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 85cd3c74..8e34ba6b 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -21,15 +21,9 @@
*/
#include <string.h>
-#include <libgen.h>
-#include <stdbool.h>
-#include <math.h>
#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <pthread.h>
#ifndef S_SPLINT_S
-#include <sys/wait.h>
#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */