aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexInno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexInno.cxx')
-rw-r--r--lexers/LexInno.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexInno.cxx b/lexers/LexInno.cxx
index 50aa25d28..5d01c0588 100644
--- a/lexers/LexInno.cxx
+++ b/lexers/LexInno.cxx
@@ -23,9 +23,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
static void ColouriseInnoDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *keywordLists[], Accessor &styler) {
int state = SCE_INNO_DEFAULT;