aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bytecode/Writer/SlotTable.cpp2
-rw-r--r--lib/Support/SlotTable.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bytecode/Writer/SlotTable.cpp b/lib/Bytecode/Writer/SlotTable.cpp
index 1cf04322d9..2573e2c76b 100644
--- a/lib/Bytecode/Writer/SlotTable.cpp
+++ b/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/lib/Support/SlotTable.cpp b/lib/Support/SlotTable.cpp
index 1cf04322d9..2573e2c76b 100644
--- a/lib/Support/SlotTable.cpp
+++ b/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;