diff options
-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 |