From: Chris Lattner Date: Tue, 30 Dec 2003 07:50:31 +0000 (+0000) Subject: Remove some pointless #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c4ee2747f24a611727bc713d9f3f5ffbfc49676b;p=oota-llvm.git Remove some pointless #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-prof/ProfileInfo.cpp b/tools/llvm-prof/ProfileInfo.cpp index 1d37c4291a6..8786b303881 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 -#include -#include -#include -#include - +#include using namespace llvm; enum ProfilingType {