aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexMarkdown.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexMarkdown.cxx')
-rw-r--r--lexers/LexMarkdown.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexMarkdown.cxx b/lexers/LexMarkdown.cxx
index a1a50f20e..0dc3e374a 100644
--- a/lexers/LexMarkdown.cxx
+++ b/lexers/LexMarkdown.cxx
@@ -51,9 +51,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
static inline bool IsNewline(const int ch) {
return (ch == '\n' || ch == '\r');