ensure header is self contained.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44211 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-11-18 05:25:45 +00:00
parent a805874422
commit 6aaca046d2

View File

@ -11,10 +11,10 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#include "TGLexer.h"
#include "Record.h" #include "Record.h"
#include "llvm/Support/Streams.h" #include "llvm/Support/Streams.h"
#include "Record.h" #include "Record.h"
#include "TGLexer.h"
#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/MemoryBuffer.h"
typedef std::pair<llvm::Record*, std::vector<llvm::Init*>*> SubClassRefTy; typedef std::pair<llvm::Record*, std::vector<llvm::Init*>*> SubClassRefTy;
#include "FileParser.h" #include "FileParser.h"