diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/options.h b/src/options.h index bcdd7519f..62fbcce66 100644 --- a/src/options.h +++ b/src/options.h @@ -28,12 +28,8 @@ #if defined(__GXX_EXPERIMENTAL_CXX0X__) #if defined(__APPLE__) #include <tr1/cstdint> -#else -#include <cstdint> -#endif -#else -#include <stdint.h> -#endif +#endif // defined(__APPLE__) +#endif // defined(__GXX_EXPERIMENTAL_CXX0X__) #include "localconsts.h" |