forked from OSchip/llvm-project
Remove an unnecessary header from SROA.h.
llvm-svn: 360410
This commit is contained in:
parent
22bbd7d690
commit
a2d876c95a
|
@ -18,7 +18,6 @@
|
|||
#include "llvm/ADT/SetVector.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/IR/PassManager.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue