From eff1d991de77700505ce18dfaaa3e01d76551ffd Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Fri, 16 May 2014 15:05:42 -0400 Subject: Move #include from middle of file to top MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I715f606ee0f94e9ffd3ef9ec889948a56a9cdc19 Reviewed-on: https://gerrit.libreoffice.org/9381 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/fontsubset/xlat.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx index 56b4e2432f9e..3509ada02af1 100644 --- a/vcl/source/fontsubset/xlat.cxx +++ b/vcl/source/fontsubset/xlat.cxx @@ -18,6 +18,7 @@ */ #include "rtl/textcvt.h" +#include "xlat.hxx" #include namespace { @@ -138,8 +139,6 @@ void ConverterCache::convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt1 } // anonymous namespace -#include "xlat.hxx" - namespace vcl { -- cgit