Remove unneeded #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172118 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2013-01-10 22:07:29 +00:00
parent e9d4eba451
commit 48fdf9b379

View File

@ -14,19 +14,15 @@
#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.