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
This commit is contained in:
Reid Spencer 2004-05-25 20:09:05 +00:00
parent 4f840ed7e0
commit 6b1f58b6a4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;