From 77475f36166965dfa47f9af8d35674906a9f078f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 1 Jul 2013 19:13:04 +1000 Subject: Fixed namespace. --- lexlib/CharacterCategory.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lexlib/CharacterCategory.cxx') 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 +#include "CharacterCategory.h" + #ifdef SCI_NAMESPACE namespace Scintilla { #endif -#include "CharacterCategory.h" - namespace { // Use an unnamed namespace to protect the declarations from name conflicts -- cgit v1.2.3