diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-01 00:11:06 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-01 00:11:06 +0200 |
commit | 4b48745aaebfcad71eabc1c9c2e5bf5008059ded (patch) | |
tree | eb4465c038527e9a48c5125b3afd6b0bb3e90a76 /gfx/qcms | |
parent | 693da2ce2f3de84a97d94f195eb62b7b05b36069 (diff) | |
download | uxp-4b48745aaebfcad71eabc1c9c2e5bf5008059ded.tar.gz |
Remove AIX 1st party code OS checks, part 2
Issue mcp-graveyard/UXP#186
Diffstat (limited to 'gfx/qcms')
-rw-r--r-- | gfx/qcms/qcmstypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/qcms/qcmstypes.h b/gfx/qcms/qcmstypes.h index d36779183b..d5f843f790 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 |