diff options
-rw-r--r-- | tools/llvm-prof/ProfileInfo.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/llvm-prof/ProfileInfo.cpp b/tools/llvm-prof/ProfileInfo.cpp index 1d37c4291a..8786b30388 100644 --- a/tools/llvm-prof/ProfileInfo.cpp +++ b/tools/llvm-prof/ProfileInfo.cpp @@ -14,12 +14,7 @@ #include "ProfileInfo.h" #include "llvm/Module.h" -#include <iostream> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <stdio.h> - +#include <cstdio> using namespace llvm; enum ProfilingType { |