From 6b1f58b6a4407a5b28ae7d6d624a17e8fe45b448 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 25 May 2004 20:09:05 +0000 Subject: [PATCH] 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 --- lib/Bytecode/Writer/SlotTable.cpp | 2 +- lib/Support/SlotTable.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1