From: Reid Spencer Date: Tue, 25 May 2004 20:09:05 +0000 (+0000) Subject: Put SlotTable.h inclusion back at front of list to be coding standards X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448;p=oota-llvm.git 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 --- diff --git a/lib/Bytecode/Writer/SlotTable.cpp b/lib/Bytecode/Writer/SlotTable.cpp index 1cf04322d96..2573e2c76b2 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 1cf04322d96..2573e2c76b2 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;