From fac209cb7e45912519c389550d32a956127a54e7 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Fri, 29 Apr 2016 00:08:14 +0200 Subject: [PATCH] add stdint.h fallback (vs 2008) --- include/msvc9/stdint.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/msvc9/stdint.h b/include/msvc9/stdint.h index 5ecbee35d..4fe0ef9a9 100644 --- a/include/msvc9/stdint.h +++ b/include/msvc9/stdint.h @@ -30,8 +30,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#include - #ifndef _MSC_VER // [ #error "Use this header only with Microsoft Visual C++ compilers!" #endif // _MSC_VER ]