diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:41:45 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:41:45 +0000 |
commit | 810785d970bf160537238df0994f692c566dc9e1 (patch) | |
tree | d12e853d673c95edaaf3883c15c7518ec29d675c /libusb/sync.c | |
parent | 8121a13b6a64d08c880ad91680a4cc57625f6739 (diff) | |
parent | f2297884fa8831e8e58b914c700aafe125ea89e5 (diff) | |
download | libusb-a159.tar.gz |
merged with master's r175a159
Diffstat (limited to 'libusb/sync.c')
-rw-r--r-- | libusb/sync.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libusb/sync.c b/libusb/sync.c index 6e65bce..51db50d 100644 --- a/libusb/sync.c +++ b/libusb/sync.c @@ -17,13 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef _MSC_VER -#include <config_msvc.h> -#else #include <config.h> -#endif #include <errno.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> |