Remove unneeded #includes.
authorJakub Staszak <kubastaszak@gmail.com>
Thu, 10 Jan 2013 22:07:29 +0000 (22:07 +0000)
committerJakub Staszak <kubastaszak@gmail.com>
Thu, 10 Jan 2013 22:07:29 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172118 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/InlineCost.h

index 42e329e8be7768d1cfae39a83ddd07ddb2d0cf94..209c3c066729620df7fc7aa254eb69d54cc2f79e 100644 (file)
 #ifndef LLVM_ANALYSIS_INLINECOST_H
 #define LLVM_ANALYSIS_INLINECOST_H
 
-#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/ValueMap.h"
 #include "llvm/Analysis/CodeMetrics.h"
-#include "llvm/IR/Function.h"
 #include <cassert>
 #include <climits>
-#include <vector>
 
 namespace llvm {
 
   class CallSite;
   class DataLayout;
+  class Function;
 
   namespace InlineConstants {
     // Various magic constants used to adjust heuristics.