summaryrefslogtreecommitdiff
path: root/libusb/os/windows_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/windows_compat.c')
-rw-r--r--libusb/os/windows_compat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libusb/os/windows_compat.c b/libusb/os/windows_compat.c
index d456422..664bf5d 100644
--- a/libusb/os/windows_compat.c
+++ b/libusb/os/windows_compat.c
@@ -60,15 +60,13 @@
* use the OVERLAPPED directly (which is what we do in the USB async I/O
* functions), the marker is not used at all.
*/
-#include <windows.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
#include <io.h>
-#include "libusbi.h"
+#include <libusbi.h>
// Uncomment to debug the polling layer
//#define DEBUG_WINDOWS_COMPAT