diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-23 11:56:44 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-23 12:53:33 +0100 |
commit | 0528f2407aa79da94a92cac5a0fdd50a93eb5e1e (patch) | |
tree | 47e9d5d43883faff53089b13f30102b1b57424c4 /src/shared/cplusplus/Lexer.cpp | |
parent | 51809d12a76784c379ada51bf812ac901952a730 (diff) | |
download | qt-creator-0528f2407aa79da94a92cac5a0fdd50a93eb5e1e.tar.gz |
Introduced type matchers.
Diffstat (limited to 'src/shared/cplusplus/Lexer.cpp')
-rw-r--r-- | src/shared/cplusplus/Lexer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/cplusplus/Lexer.cpp b/src/shared/cplusplus/Lexer.cpp index f8f1b6f133..8d806471f2 100644 --- a/src/shared/cplusplus/Lexer.cpp +++ b/src/shared/cplusplus/Lexer.cpp @@ -53,8 +53,6 @@ #include <cctype> #include <cassert> -using namespace std; - using namespace CPlusPlus; Lexer::Lexer(TranslationUnit *unit) |