GISelWorkList.h - remove unnecessary includes. NFCI.

This commit is contained in:
Simon Pilgrim 2020-08-05 12:00:12 +01:00
parent e3d3657b9b
commit 315e1daf7f
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Support/Debug.h"
namespace llvm {