summaryrefslogtreecommitdiff
path: root/tools/llvm-prof
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-30 07:50:31 +0000
committerChris Lattner <sabre@nondot.org>2003-12-30 07:50:31 +0000
commitc4ee2747f24a611727bc713d9f3f5ffbfc49676b (patch)
treeae373b8c5e56eaad3f3fad8cb9d3adc66cfce809 /tools/llvm-prof
parentb74f4d042248805988b953b815453422767b292e (diff)
downloadllvm-c4ee2747f24a611727bc713d9f3f5ffbfc49676b.tar.gz
llvm-c4ee2747f24a611727bc713d9f3f5ffbfc49676b.tar.bz2
llvm-c4ee2747f24a611727bc713d9f3f5ffbfc49676b.tar.xz
Remove some pointless #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-prof')
-rw-r--r--tools/llvm-prof/ProfileInfo.cpp7
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 {