From: Adrian Prantl Date: Fri, 4 Aug 2017 20:41:37 +0000 (+0000) Subject: Remove unused include directive and un-break the module build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=645c1ad4296d886295be95bcc60dc658ee9598d8;p=llvm Remove unused include directive and un-break the module build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310124 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/ModuleSummaryIndex.h b/include/llvm/IR/ModuleSummaryIndex.h index 032be10cb5c..402910e88bc 100644 --- a/include/llvm/IR/ModuleSummaryIndex.h +++ b/include/llvm/IR/ModuleSummaryIndex.h @@ -25,7 +25,6 @@ #include "llvm/ADT/StringRef.h" #include "llvm/IR/GlobalValue.h" #include "llvm/IR/Module.h" -#include "llvm/Transforms/IPO/FunctionAttrs.h" #include #include #include