summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <rousseau@debian.org>2011-09-03 12:49:00 +0000
committerVitali Lovich <vlovich@aliph.com>2011-09-05 12:49:55 +0100
commit77f501d9176ae7ef2a29f8196a6a0fcdfba4c6b3 (patch)
tree9c1fb20990c9bed1d84e3969bf48b45a5553d1da
parentee411c51951c80d269ddc3efff7d4d1178c59b3d (diff)
downloadlibusb-77f501d9176ae7ef2a29f8196a6a0fcdfba4c6b3.tar.gz
Do not include useless pthread.h
The code does not use threads so no need to #include <pthread.h> Fixes #74.
-rw-r--r--libusb/os/linux_usbfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/os/linux_usbfs.c b/libusb/os/linux_usbfs.c
index 8b11aef..cce019e 100644
--- a/libusb/os/linux_usbfs.c
+++ b/libusb/os/linux_usbfs.c
@@ -24,7 +24,6 @@
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
-#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>