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 | 309688ac378cd8fbce5f90f301340f174f1e4ce5 (patch) | |
tree | eb4465c038527e9a48c5125b3afd6b0bb3e90a76 /gfx | |
parent | 7e9a40047949562e8c29864550b69177a3f6f5d9 (diff) | |
download | aura-central-309688ac378cd8fbce5f90f301340f174f1e4ce5.tar.gz |
Remove AIX 1st party code OS checks, part 2
Issue mcp-graveyard/UXP%186
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/cairo/libpixman/src/pixman.h | 2 | ||||
-rw-r--r-- | gfx/qcms/qcmstypes.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gfx/cairo/libpixman/src/pixman.h b/gfx/cairo/libpixman/src/pixman.h index 1cbf62e21..23408b028 100644 --- a/gfx/cairo/libpixman/src/pixman.h +++ b/gfx/cairo/libpixman/src/pixman.h @@ -104,8 +104,6 @@ typedef __int32 int32_t; typedef unsigned __int32 uint32_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t; -#elif defined (_AIX) -# include <sys/inttypes.h> #else # include <stdint.h> #endif 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 |