aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PreprocessorLexer.h
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
commitc69a505cfa318d571ce8a0cd038c8d958585a735 (patch)
tree6b29aebbf57d3f3407bee0284541a3a9b995a6c0 /include/clang/Lex/PreprocessorLexer.h
parentf8c247d247f9f7ab2bf4965677e6d056711c99d5 (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.h1
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 {