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

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