Put SlotTable.h inclusion back at front of list to be coding standards

compliant. Thanks, Chris.

llvm-svn: 13771
This commit is contained in:
Reid Spencer 2004-05-25 20:09:05 +00:00
parent d936d812bc
commit abac0ef0b7
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;