diff options
Diffstat (limited to 'contrib/llvm/lib/Target/Mips/MipsJITInfo.h')
-rw-r--r-- | contrib/llvm/lib/Target/Mips/MipsJITInfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/llvm/lib/Target/Mips/MipsJITInfo.h b/contrib/llvm/lib/Target/Mips/MipsJITInfo.h index 41f32a3..f4c4ae8 100644 --- a/contrib/llvm/lib/Target/Mips/MipsJITInfo.h +++ b/contrib/llvm/lib/Target/Mips/MipsJITInfo.h @@ -1,4 +1,4 @@ -//===- MipsJITInfo.h - Mips implementation of the JIT interface -*- C++ -*-===// +//===- MipsJITInfo.h - Mips Implementation of the JIT Interface -*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -19,8 +19,6 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/Target/TargetJITInfo.h" -#include "llvm/ADT/DenseMap.h" -#include "llvm/ADT/SmallVector.h" namespace llvm { class MipsTargetMachine; |