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