summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-07-11 05:58:43 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-07-11 06:05:52 -0400
commit9724699f7120a0ae89e2c455dbd5d471f39ae832 (patch)
treea5060e130ba2ec0865b91fb81111e4651dab9e89 /ppsthread.c
parent3c3518bfbb8dcab4d79b293fb43ee274bb29d18b (diff)
downloadgpsd-9724699f7120a0ae89e2c455dbd5d471f39ae832.tar.gz
Remove duplicate header include - it moved later to pacify OpenBSD.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 00819cf4..81522ec7 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -56,7 +56,6 @@
#include <limits.h>
#include <errno.h>
#include <math.h>
-#include <pthread.h>
#include <sys/socket.h>
#include <unistd.h>
#include <pthread.h> /* pacifies OpenBSD's compiler */