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