diff options
Diffstat (limited to 'lexers/LexCLW.cxx')
-rw-r--r-- | lexers/LexCLW.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexCLW.cxx b/lexers/LexCLW.cxx index af2ca151a..d469d6bfd 100644 --- a/lexers/LexCLW.cxx +++ b/lexers/LexCLW.cxx @@ -24,9 +24,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif // Is an end of line character inline bool IsEOL(const int ch) { |