aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPOV.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexPOV.cxx')
-rw-r--r--lexers/LexPOV.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexPOV.cxx b/lexers/LexPOV.cxx
index c46744769..40d0d2e9d 100644
--- a/lexers/LexPOV.cxx
+++ b/lexers/LexPOV.cxx
@@ -32,9 +32,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
static inline bool IsAWordChar(int ch) {
return ch < 0x80 && (isalnum(ch) || ch == '_');