summaryrefslogtreecommitdiffstats
path: root/gfx/qcms/qcmstypes.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-04-01 00:11:06 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-04-01 00:11:06 +0200
commita2786c051173286c9d7ccee2c3c6a19c15966322 (patch)
treeeb4465c038527e9a48c5125b3afd6b0bb3e90a76 /gfx/qcms/qcmstypes.h
parentb9a8bca64d7a9ae1f950a953ac2985bf7dcc4eff (diff)
downloadUXP-a2786c051173286c9d7ccee2c3c6a19c15966322.tar
UXP-a2786c051173286c9d7ccee2c3c6a19c15966322.tar.gz
UXP-a2786c051173286c9d7ccee2c3c6a19c15966322.tar.lz
UXP-a2786c051173286c9d7ccee2c3c6a19c15966322.tar.xz
UXP-a2786c051173286c9d7ccee2c3c6a19c15966322.zip
Remove AIX 1st party code OS checks, part 2
Issue #186
Diffstat (limited to 'gfx/qcms/qcmstypes.h')
-rw-r--r--gfx/qcms/qcmstypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/qcms/qcmstypes.h b/gfx/qcms/qcmstypes.h
index d36779183..d5f843f79 100644
--- a/gfx/qcms/qcmstypes.h
+++ b/gfx/qcms/qcmstypes.h
@@ -38,8 +38,6 @@ typedef unsigned __int64 uintptr_t;
typedef unsigned long uintptr_t;
#endif
-#elif defined (_AIX)
-# include <sys/inttypes.h>
#else
# include <stdint.h>
#endif