aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexLisp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexLisp.cxx')
-rw-r--r--lexers/LexLisp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexLisp.cxx b/lexers/LexLisp.cxx
index 8d81eae2e..8e7586355 100644
--- a/lexers/LexLisp.cxx
+++ b/lexers/LexLisp.cxx
@@ -24,9 +24,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
#define SCE_LISP_CHARACTER 29
#define SCE_LISP_MACRO 30