Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"

This reverts commit e7778e08878d0c61903205428eeb131db9d11b3c.

llvm-svn: 198657
This commit is contained in:
Justin Bogner 2014-01-07 01:46:49 +00:00
parent 1917588d0c
commit 3e69e13092
1 changed files with 1 additions and 4 deletions

View File

@ -7,13 +7,10 @@
|* |*
\*===----------------------------------------------------------------------===*/ \*===----------------------------------------------------------------------===*/
#include <inttypes.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#if !defined(__APPLE__)
#include <inttypes.h>
#endif
#ifndef _MSC_VER #ifndef _MSC_VER
#include <stdint.h> #include <stdint.h>
#else #else