From 3e69e13092698b4426c2218e8be526e8066af131 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 7 Jan 2014 01:46:49 +0000 Subject: [PATCH] Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h" This reverts commit e7778e08878d0c61903205428eeb131db9d11b3c. llvm-svn: 198657 --- compiler-rt/lib/profile/PGOProfiling.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compiler-rt/lib/profile/PGOProfiling.c b/compiler-rt/lib/profile/PGOProfiling.c index 737ba79..6c728dd 100644 --- a/compiler-rt/lib/profile/PGOProfiling.c +++ b/compiler-rt/lib/profile/PGOProfiling.c @@ -7,13 +7,10 @@ |* \*===----------------------------------------------------------------------===*/ +#include #include #include -#if !defined(__APPLE__) -#include -#endif - #ifndef _MSC_VER #include #else -- 2.7.4