Linux: Do not include useless pthread.h
authorLudovic Rousseau <rousseau@debian.org>
Mon, 15 Nov 2010 13:45:50 +0000 (14:45 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:06:31 +0000 (22:06 +0200)
The code does not use threads so no need to #include <pthread.h>
Fixes #74.

libusb/os/linux_usbfs.c

index 72db57a..b392145 100644 (file)
@@ -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>