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