]> granicus.if.org Git - llvm/commitdiff
[Attributor][NFC] Include only what is needed
authorJohannes Doerfert <jdoerfert@anl.gov>
Thu, 8 Aug 2019 20:54:23 +0000 (20:54 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Thu, 8 Aug 2019 20:54:23 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368341 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO/Attributor.h

index 3eb7810db9afc107d1a994fd66b3992f99d9376d..fa4b3d23cc8c172a88e4108e4eb484b4374684bd 100644 (file)
@@ -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 {