diff options
Diffstat (limited to 'lexers/LexTCMD.cxx')
-rw-r--r-- | lexers/LexTCMD.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexTCMD.cxx b/lexers/LexTCMD.cxx index 03895c56a..8050dddea 100644 --- a/lexers/LexTCMD.cxx +++ b/lexers/LexTCMD.cxx @@ -24,9 +24,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static bool IsAlphabetic(int ch) { |