summaryrefslogtreecommitdiff
path: root/libusb/os/poll_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/poll_posix.h')
-rw-r--r--libusb/os/poll_posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libusb/os/poll_posix.h b/libusb/os/poll_posix.h
index 17298a5..f8c9e21 100644
--- a/libusb/os/poll_posix.h
+++ b/libusb/os/poll_posix.h
@@ -1,8 +1,6 @@
#ifndef __LIBUSB_POLL_POSIX_H__
#define __LIBUSB_POLL_POSIX_H__
-#include <unistd.h>
-#include <poll.h>
#define usbi_write write
#define usbi_read read
#define usbi_close close