From 58a44d338904a3e61d7d9c78087228f04df1a7c0 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 23 Apr 2004 16:57:59 +0000 Subject: [PATCH] Linux has inttypes.h too, and Posix says uint32_t and family should be defined there, so removing the special 'stdint.h' case for Linux. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1361 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/types.h b/sc2/src/types.h index 5e2460dba..37e5f1e69 100644 --- a/sc2/src/types.h +++ b/sc2/src/types.h @@ -28,8 +28,6 @@ # else typedef int intptr_t; # endif -#elif defined (__linux__) -# include #else # include #endif