forked from OSchip/llvm-project
LoopInfoImpl.h - remove unused SetVector.h include. NFC.
This commit is contained in:
parent
1eda9bfd61
commit
d43603c32c
|
@ -17,7 +17,6 @@
|
|||
#include "llvm/ADT/DepthFirstIterator.h"
|
||||
#include "llvm/ADT/PostOrderIterator.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/SetVector.h"
|
||||
#include "llvm/Analysis/LoopInfo.h"
|
||||
#include "llvm/IR/Dominators.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue