diff options
Diffstat (limited to 'lexers/LexCOBOL.cxx')
-rw-r--r-- | lexers/LexCOBOL.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexCOBOL.cxx b/lexers/LexCOBOL.cxx index 3150e3338..f0374824f 100644 --- a/lexers/LexCOBOL.cxx +++ b/lexers/LexCOBOL.cxx @@ -26,9 +26,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif #define IN_DIVISION 0x01 #define IN_DECLARATIVES 0x02 |