aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVB.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexVB.cxx')
-rw-r--r--lexers/LexVB.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexVB.cxx b/lexers/LexVB.cxx
index d221dd470..3b380c4fd 100644
--- a/lexers/LexVB.cxx
+++ b/lexers/LexVB.cxx
@@ -23,9 +23,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
// Internal state, highlighted as number
#define SCE_B_FILENUMBER SCE_B_DEFAULT+100