aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexFortran.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexFortran.cxx')
-rw-r--r--lexers/LexFortran.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexFortran.cxx b/lexers/LexFortran.cxx
index fdfb22886..113b0585a 100644
--- a/lexers/LexFortran.cxx
+++ b/lexers/LexFortran.cxx
@@ -25,9 +25,7 @@
#include "LexerModule.h"
/***************************************/
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
/***********************************************/
static inline bool IsAWordChar(const int ch) {