summaryrefslogtreecommitdiff
path: root/lib/Support
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-05-25 20:09:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-05-25 20:09:05 +0000
commit6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448 (patch)
treef3239619258a42d3e0b3cd7e891a817d53fc0b47 /lib/Support
parent4f840ed7e0dd2bf43d22054352e0d68b9d4df8c7 (diff)
downloadllvm-6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448.tar.gz
llvm-6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448.tar.bz2
llvm-6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448.tar.xz
Put SlotTable.h inclusion back at front of list to be coding standards
compliant. Thanks, Chris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/SlotTable.cpp2
1 files changed, 1 insertions, 1 deletions
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;