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 | a2786c051173286c9d7ccee2c3c6a19c15966322 (patch) | |
tree | eb4465c038527e9a48c5125b3afd6b0bb3e90a76 /gfx/cairo | |
parent | b9a8bca64d7a9ae1f950a953ac2985bf7dcc4eff (diff) | |
download | uxp-a2786c051173286c9d7ccee2c3c6a19c15966322.tar.gz |
Remove AIX 1st party code OS checks, part 2
Issue #186
Diffstat (limited to 'gfx/cairo')
-rw-r--r-- | gfx/cairo/libpixman/src/pixman.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/cairo/libpixman/src/pixman.h b/gfx/cairo/libpixman/src/pixman.h index 1cbf62e21f..23408b0286 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 |