diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Bytecode/Writer/SlotTable.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Support/SlotTable.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotTable.cpp b/llvm/lib/Bytecode/Writer/SlotTable.cpp index 1cf04322d96..2573e2c76b2 100644 --- a/llvm/lib/Bytecode/Writer/SlotTable.cpp +++ b/llvm/lib/Bytecode/Writer/SlotTable.cpp @@ -12,10 +12,10 @@ // //===----------------------------------------------------------------------===// +#include "llvm/Internal/SlotTable.h" #include "llvm/Constants.h" #include "llvm/Type.h" #include "llvm/GlobalValue.h" -#include "llvm/Internal/SlotTable.h" using namespace llvm; diff --git a/llvm/lib/Support/SlotTable.cpp b/llvm/lib/Support/SlotTable.cpp index 1cf04322d96..2573e2c76b2 100644 --- a/llvm/lib/Support/SlotTable.cpp +++ b/llvm/lib/Support/SlotTable.cpp @@ -12,10 +12,10 @@ // //===----------------------------------------------------------------------===// +#include "llvm/Internal/SlotTable.h" #include "llvm/Constants.h" #include "llvm/Type.h" #include "llvm/GlobalValue.h" -#include "llvm/Internal/SlotTable.h" using namespace llvm; |