diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:04:03 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:04:03 +0000 |
commit | f2297884fa8831e8e58b914c700aafe125ea89e5 (patch) | |
tree | f9e47f48c6a49497ef5db88071d8ce0532549f32 /libusb/libusb.h | |
parent | 2745941df4f0ffacca14166b23f40a19b66c7d22 (diff) | |
download | libusb-f2297884fa8831e8e58b914c700aafe125ea89e5.tar.gz |
reverts some of the changes from dbd439/6c7a1e (r173)r175
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 62ee63c..8986013 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 <limits.h> +#include <time.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 |