From abac0ef0b79f1b10b8502b4672ed770545fd8979 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 25 May 2004 20:09:05 +0000 Subject: Put SlotTable.h inclusion back at front of list to be coding standards compliant. Thanks, Chris. llvm-svn: 13771 --- llvm/lib/Bytecode/Writer/SlotTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Writer/SlotTable.cpp b/llvm/lib/Bytecode/Writer/SlotTable.cpp index 1cf04322d96..2573e2c76b2 100644 --- a/llvm/lib/Bytecode/Writer/SlotTable.cpp +++ b/llvm/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; -- cgit v1.2.3