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
commit7fedc485bef1a3f68db91cd620fc15b8015bae67 (patch)
treead127c3783bcf11cc6c940707e467263e29565e2
parentb6ce2b9544c84a884876ab5de120fa3e322f7270 (diff)
downloadscintilla-mirror-7fedc485bef1a3f68db91cd620fc15b8015bae67.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