aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexHex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexHex.cxx')
-rw-r--r--lexers/LexHex.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexHex.cxx b/lexers/LexHex.cxx
index 449454471..6e1099786 100644
--- a/lexers/LexHex.cxx
+++ b/lexers/LexHex.cxx
@@ -118,9 +118,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
// prototypes for general helper functions
static inline bool IsNewline(const int ch);