forked from OSchip/llvm-project
LegalizerInfo.h - remove unused Optional.h + None.h includes
This commit is contained in:
parent
9cdb2a5e30
commit
262f04c7ec
|
@ -15,8 +15,6 @@
|
|||
#define LLVM_CODEGEN_GLOBALISEL_LEGALIZERINFO_H
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/None.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/SmallBitVector.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
|
|
Loading…
Reference in New Issue