summaryrefslogtreecommitdiff
path: root/libusb/io.c
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-02-03 18:47:25 +0000
committerPete Batard <pbatard@gmail.com>2010-02-03 18:47:25 +0000
commite88c82603e5a38fbb153796f57bd6102f2f472f0 (patch)
tree6cb12c7da22db7be4d28e9655136e14e5883372a /libusb/io.c
parent7bad6444250ba8a0554c8095a2cc077cc3960cc2 (diff)
downloadlibusb-e88c82603e5a38fbb153796f57bd6102f2f472f0.tar.gz
r140: further simplification of the core include sectionsr140
Diffstat (limited to 'libusb/io.c')
-rw-r--r--libusb/io.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libusb/io.c b/libusb/io.c
index 69c52c4..0b32beb 100644
--- a/libusb/io.c
+++ b/libusb/io.c
@@ -35,10 +35,7 @@
#include <sys/time.h>
#endif
#include <time.h>
-#ifdef OS_WINDOWS
-#include <windows.h>
-#include "os/windows_compat.h"
-#else
+#ifndef OS_WINDOWS
#include <unistd.h>
#include <poll.h>
#define _libusb_write write