diff options
Diffstat (limited to 'Modules/_hotshot.c')
-rw-r--r-- | Modules/_hotshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_hotshot.c b/Modules/_hotshot.c index f88629dc4f..1eecc7efcc 100644 --- a/Modules/_hotshot.c +++ b/Modules/_hotshot.c @@ -14,7 +14,6 @@ */ #ifdef MS_WIN32 #include <windows.h> -#include <largeint.h> #include <direct.h> /* for getcwd() */ typedef __int64 hs_time; #define GETTIMEOFDAY(P_HS_TIME) \ |