summaryrefslogtreecommitdiff
path: root/src/XpmI.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:56:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 14:56:49 -0800
commitb4e217761e6a2bb7111290d77baf7f44d256351a (patch)
tree2a151425ae4e1bebe02e8b71c15ea48bc3039f57 /src/XpmI.h
parenta154f12b6e56f131bd5880fc96f11615ff940b29 (diff)
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 <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XpmI.h')
-rw-r--r--src/XpmI.h2
1 files changed, 0 insertions, 2 deletions
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 <stdint.h> /* For SIZE_MAX */
-#endif
#include <limits.h>
#ifndef SIZE_MAX
# ifdef ULONG_MAX