diff options
Diffstat (limited to 'lexers/LexPB.cxx')
-rw-r--r-- | lexers/LexPB.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexPB.cxx b/lexers/LexPB.cxx index 49b8509d0..582a5899d 100644 --- a/lexers/LexPB.cxx +++ b/lexers/LexPB.cxx @@ -51,9 +51,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static inline bool IsTypeCharacter(const int ch) { |