Remove an unnecessary header from SROA.h.

llvm-svn: 360410
This commit is contained in:
Eric Christopher 2019-05-10 07:58:47 +00:00
parent 22bbd7d690
commit a2d876c95a
1 changed files with 0 additions and 1 deletions

View File

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