From: Johannes Doerfert Date: Thu, 8 Aug 2019 20:54:23 +0000 (+0000) Subject: [Attributor][NFC] Include only what is needed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7142ad3265d551441b89c97418ba0edddd107918;p=llvm [Attributor][NFC] Include only what is needed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368341 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO/Attributor.h b/include/llvm/Transforms/IPO/Attributor.h index 3eb7810db9a..fa4b3d23cc8 100644 --- a/include/llvm/Transforms/IPO/Attributor.h +++ b/include/llvm/Transforms/IPO/Attributor.h @@ -96,9 +96,9 @@ #ifndef LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H #define LLVM_TRANSFORMS_IPO_ATTRIBUTOR_H -#include "llvm/Analysis/LazyCallGraph.h" #include "llvm/IR/CallSite.h" #include "llvm/IR/PassManager.h" +#include "llvm/ADT/SetVector.h" namespace llvm {