From d5a847057b5027fd54b4cf7e276705c9b35aff06 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Apr 2002 17:42:12 +0000 Subject: Eliminate duplicate or unneccesary #include's llvm-svn: 2397 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp index 3a44dbf918e..ebd290cd915 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp @@ -27,12 +27,9 @@ #include "llvm/Transforms/Instrumentation/ProfilePaths.h" #include "llvm/Transforms/UnifyFunctionExitNodes.h" #include "llvm/Support/CFG.h" -#include "llvm/Function.h" -#include "llvm/BasicBlock.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" -#include "llvm/Pass.h" #include "Graph.h" using std::vector; -- cgit v1.2.3