diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-07-01 19:13:04 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-07-01 19:13:04 +1000 |
commit | 77475f36166965dfa47f9af8d35674906a9f078f (patch) | |
tree | 8170da339e196dc7d4cb33d22b7395f193704ff7 /lexlib | |
parent | a2c6733805465aaf113b26c45609166c2254903c (diff) | |
download | scintilla-mirror-77475f36166965dfa47f9af8d35674906a9f078f.tar.gz |
Fixed namespace.
Diffstat (limited to 'lexlib')
-rw-r--r-- | lexlib/CharacterCategory.cxx | 4 |
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 |