diff options
Diffstat (limited to 'lexers/LexHex.cxx')
-rw-r--r-- | lexers/LexHex.cxx | 2 |
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); |