From: Jakub Staszak Date: Thu, 6 Jun 2013 23:34:11 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=326ae27c4f744cc7fb43f5a413d042d54fc1ddc0;p=oota-llvm.git Remove unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index 28baa9eb94c..383f69713ad 100644 --- a/include/llvm/Analysis/InlineCost.h +++ b/include/llvm/Analysis/InlineCost.h @@ -14,7 +14,6 @@ #ifndef LLVM_ANALYSIS_INLINECOST_H #define LLVM_ANALYSIS_INLINECOST_H -#include "llvm/Analysis/CodeMetrics.h" #include "llvm/Analysis/CallGraphSCCPass.h" #include #include