Kaydet (Commit) eff1d991 authored tarafından Chris Laplante's avatar Chris Laplante Kaydeden (comit) Caolán McNamara

Move #include from middle of file to top

Change-Id: I715f606ee0f94e9ffd3ef9ec889948a56a9cdc19
Reviewed-on: https://gerrit.libreoffice.org/9381Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a092418f
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include "rtl/textcvt.h" #include "rtl/textcvt.h"
#include "xlat.hxx"
#include <tools/debug.hxx> #include <tools/debug.hxx>
namespace { namespace {
...@@ -138,8 +139,6 @@ void ConverterCache::convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt1 ...@@ -138,8 +139,6 @@ void ConverterCache::convertStr( int nSelect, const sal_Unicode* pSrc, sal_uInt1
} // anonymous namespace } // anonymous namespace
#include "xlat.hxx"
namespace vcl namespace vcl
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment