aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/LexerModule.h')
-rw-r--r--lexlib/LexerModule.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/LexerModule.h b/lexlib/LexerModule.h
index db17f96e2..050f0470d 100644
--- a/lexlib/LexerModule.h
+++ b/lexlib/LexerModule.h
@@ -8,9 +8,7 @@
#ifndef LEXERMODULE_H
#define LEXERMODULE_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
class Accessor;
class WordList;
@@ -82,8 +80,6 @@ inline int Maximum(int a, int b) {
#pragma GCC diagnostic ignored "-Wshadow"
#endif
-#ifdef SCI_NAMESPACE
}
-#endif
#endif