ensure header is self contained.

llvm-svn: 44211
This commit is contained in:
Chris Lattner 2007-11-18 05:25:45 +00:00
parent da4ab67127
commit 98c39513ab
1 changed files with 1 additions and 1 deletions

View File

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