Remove AIX 1st party code OS checks, part 2

Issue #186
This commit is contained in:
wolfbeast 2019-04-01 00:11:06 +02:00 • committed by Roy Tam
commit 09ad6f03c9
4 changed files with 1 additions and 14 deletions

View file

@ -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