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 | c69a505cfa318d571ce8a0cd038c8d958585a735 (patch) | |
tree | 6b29aebbf57d3f3407bee0284541a3a9b995a6c0 /include/clang/Lex/PreprocessorLexer.h | |
parent | f8c247d247f9f7ab2bf4965677e6d056711c99d5 (diff) |
Remove unused STL header includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/PreprocessorLexer.h')
-rw-r--r-- | include/clang/Lex/PreprocessorLexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Lex/PreprocessorLexer.h b/include/clang/Lex/PreprocessorLexer.h index 7fea8e199a..7bf041df97 100644 --- a/include/clang/Lex/PreprocessorLexer.h +++ b/include/clang/Lex/PreprocessorLexer.h @@ -17,7 +17,6 @@ #include "clang/Lex/MultipleIncludeOpt.h" #include "clang/Lex/Token.h" #include "llvm/ADT/SmallVector.h" -#include <string> namespace clang { |