ensure header is self contained.
authorChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 05:25:45 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 05:25:45 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44211 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/TGLexer.cpp

index 69d2dc4ced0d15287749580be879f9ce007f5940..e49af0423393826f5f2c4c51bf603571c34c9770 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#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"