aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexECL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexECL.cxx')
-rw-r--r--lexers/LexECL.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexECL.cxx b/lexers/LexECL.cxx
index 2e5433e6e..6c916bce4 100644
--- a/lexers/LexECL.cxx
+++ b/lexers/LexECL.cxx
@@ -42,9 +42,7 @@
#define SET_UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
#define SET_DIGITS "0123456789"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
static bool IsSpaceEquiv(int state) {
switch (state) {