diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-24 22:05:40 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-24 22:05:40 +0000 |
commit | dbd439fa2cbda41abbc2edc8d03c8a03a00710b8 (patch) | |
tree | 5f0a37bd81c83d7b79803be6f2650f00f2433a79 /libusb/libusb.h | |
parent | 0a40fde82d1d7803b1ae7a2c3b6193859af81717 (diff) | |
download | libusb-dbd439fa2cbda41abbc2edc8d03c8a03a00710b8.tar.gz |
includes simplification and cleanup (core)
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r-- | libusb/libusb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h index 0127d9f..62ee63c 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -22,14 +22,14 @@ #define __LIBUSB_H__ #include <stdint.h> +#include <limits.h> +#include <time.h> #ifdef _MSC_VER #define inline __inline #else #include <sys/time.h> #endif #include <sys/types.h> -#include <time.h> -#include <limits.h> /* 'interface' might be defined as a macro on Windows, so we need to * undefine it so as not to break the current libusb API, because |