[llvm-commits] [llvm] r44211 - /llvm/trunk/utils/TableGen/TGLexer.cpp

Chris Lattner sabre at nondot.org
Sat Nov 17 21:25:46 PST 2007


Author: lattner
Date: Sat Nov 17 23:25:45 2007
New Revision: 44211

URL: http://llvm.org/viewvc/llvm-project?rev=44211&view=rev
Log:
ensure header is self contained.

Modified:
    llvm/trunk/utils/TableGen/TGLexer.cpp

Modified: llvm/trunk/utils/TableGen/TGLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/TGLexer.cpp?rev=44211&r1=44210&r2=44211&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/TGLexer.cpp (original)
+++ llvm/trunk/utils/TableGen/TGLexer.cpp Sat Nov 17 23:25:45 2007
@@ -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"





More information about the llvm-commits mailing list