[Attributor][NFC] Include only what is needed

llvm-svn: 368341
This commit is contained in:
Johannes Doerfert 2019-08-08 20:54:23 +00:00
parent 8240b0d7fe
commit 4a08a6794f
1 changed files with 1 additions and 1 deletions

View 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 {