From b4927c06a150d473e4a13054ca5ebe826f223910 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Apr 2010 17:18:27 +0200 Subject: DEV300 masterfix: #i10000#: juggle inclusion order to make mysqlc compilable on STLPort platforms --- mysqlc/source/mysqlc_connection.cxx | 16 ++++++++-------- mysqlc/source/mysqlc_general.hxx | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'mysqlc') diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx index a62716ee444a..267f16558233 100644 --- a/mysqlc/source/mysqlc_connection.cxx +++ b/mysqlc/source/mysqlc_connection.cxx @@ -26,14 +26,6 @@ * for a copy of the LGPLv3 License. ************************************************************************/ -#include -#include -#include -#include -#include -#include -#include - #include "mysqlc_connection.hxx" #include "mysqlc_databasemetadata.hxx" @@ -43,6 +35,14 @@ #include "mysqlc_preparedstatement.hxx" #include "mysqlc_general.hxx" +#include +#include +#include +#include +#include +#include +#include + #include #include #include diff --git a/mysqlc/source/mysqlc_general.hxx b/mysqlc/source/mysqlc_general.hxx index 166c7f2e76e6..632fb75dd65f 100644 --- a/mysqlc/source/mysqlc_general.hxx +++ b/mysqlc/source/mysqlc_general.hxx @@ -30,13 +30,13 @@ #ifndef _MYSQLC_GENERAL_ #define _MYSQLC_GENERAL_ +#include +#include + #include #include #include -#include -#include - namespace mysqlc_sdbc_driver { rtl::OUString getStringFromAny(const ::com::sun::star::uno::Any& _rAny); -- cgit v1.2.3