From b4e217761e6a2bb7111290d77baf7f44d256351a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 14:56:45 -0800 Subject: Remove outdated ifdef checks for including stdint.h Assumes all platforms have provided C99 required headers in the 25 years since the C99 standard was finalized. Signed-off-by: Alan Coopersmith --- src/XpmI.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/XpmI.h') diff --git a/src/XpmI.h b/src/XpmI.h index 6691693..e278a73 100644 --- a/src/XpmI.h +++ b/src/XpmI.h @@ -91,9 +91,7 @@ extern FILE *popen(); boundCheckingCalloc((long)(nelem),(long) (elsize)) #endif -#if defined(SCO) || defined(__USLC__) #include /* For SIZE_MAX */ -#endif #include #ifndef SIZE_MAX # ifdef ULONG_MAX -- cgit v1.2.3