diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-04-23 19:53:52 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-04-23 19:53:52 +0000 |
commit | ddcdcc88631c6bd4ad43d9198b98bc9a829be036 (patch) | |
tree | 41322f77afe7b54f19f51c110f29367f12fdbb84 /utils/TableGen/TGLexer.h | |
parent | a0f5092703a9850b4be2eaa0861bab789befedd9 (diff) |
Remove unused STL header includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGLexer.h')
-rw-r--r-- | utils/TableGen/TGLexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h index 8859479874..e1aa5a7232 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h @@ -15,7 +15,6 @@ #define TGLEXER_H #include "llvm/Support/DataTypes.h" -#include <vector> #include <string> #include <cassert> |