diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-18 05:25:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-18 05:25:45 +0000 |
commit | f7d004553baf3656cb1d3559d704aa1a89c2f878 (patch) | |
tree | 6485c5829fe6411731e1aea32d09d357eb17dae8 /utils | |
parent | 53e7a276d41347df2b2355c1efb42a1e87248971 (diff) | |
download | external_llvm-f7d004553baf3656cb1d3559d704aa1a89c2f878.zip external_llvm-f7d004553baf3656cb1d3559d704aa1a89c2f878.tar.gz external_llvm-f7d004553baf3656cb1d3559d704aa1a89c2f878.tar.bz2 |
ensure header is self contained.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/TGLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TGLexer.cpp b/utils/TableGen/TGLexer.cpp index 69d2dc4..e49af04 100644 --- a/utils/TableGen/TGLexer.cpp +++ b/utils/TableGen/TGLexer.cpp @@ -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" |