diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-05-25 20:09:05 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-05-25 20:09:05 +0000 |
commit | 6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448 (patch) | |
tree | f3239619258a42d3e0b3cd7e891a817d53fc0b47 /lib/Bytecode/Writer/SlotTable.cpp | |
parent | 4f840ed7e0dd2bf43d22054352e0d68b9d4df8c7 (diff) |
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/Bytecode/Writer/SlotTable.cpp')
-rw-r--r-- | lib/Bytecode/Writer/SlotTable.cpp | 2 |
1 files changed, 1 insertions, 1 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; |