aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-07-01 19:13:04 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-07-01 19:13:04 +1000
commit77475f36166965dfa47f9af8d35674906a9f078f (patch)
tree8170da339e196dc7d4cb33d22b7395f193704ff7
parenta2c6733805465aaf113b26c45609166c2254903c (diff)
downloadscintilla-mirror-77475f36166965dfa47f9af8d35674906a9f078f.tar.gz
Fixed namespace.
-rw-r--r--lexlib/CharacterCategory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexlib/CharacterCategory.cxx b/lexlib/CharacterCategory.cxx
index 56f6d168a..a75551ccc 100644
--- a/lexlib/CharacterCategory.cxx
+++ b/lexlib/CharacterCategory.cxx
@@ -9,12 +9,12 @@
#include <algorithm>
+#include "CharacterCategory.h"
+
#ifdef SCI_NAMESPACE
namespace Scintilla {
#endif
-#include "CharacterCategory.h"
-
namespace {
// Use an unnamed namespace to protect the declarations from name conflicts