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 | abac0ef0b79f1b10b8502b4672ed770545fd8979 (patch) | |
tree | bdb4e0c0ecaedb8ad927d930ca4f9559801677fa /llvm/lib/Support | |
parent | d936d812bc578a7e4b08addfd0095afbf194d1fe (diff) | |
download | bcm5719-llvm-abac0ef0b79f1b10b8502b4672ed770545fd8979.tar.gz bcm5719-llvm-abac0ef0b79f1b10b8502b4672ed770545fd8979.zip |
Put SlotTable.h inclusion back at front of list to be coding standards
compliant. Thanks, Chris.
llvm-svn: 13771
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/SlotTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |