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 | 7fedc485bef1a3f68db91cd620fc15b8015bae67 (patch) | |
| tree | ad127c3783bcf11cc6c940707e467263e29565e2 | |
| parent | b6ce2b9544c84a884876ab5de120fa3e322f7270 (diff) | |
| download | scintilla-mirror-7fedc485bef1a3f68db91cd620fc15b8015bae67.tar.gz | |
Fixed namespace.
| -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 |
