Kaydet (Commit) b4927c06 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

DEV300 masterfix: #i10000#: juggle inclusion order to make mysqlc compilable on STLPort platforms

üst aa5f361a
......@@ -26,14 +26,6 @@
* for a copy of the LGPLv3 License.
************************************************************************/
#include <tools/preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/connection.h>
#include <cppconn/statement.h>
#include <cppconn/metadata.h>
#include <cppconn/exception.h>
#include <tools/postextstl.h>
#include "mysqlc_connection.hxx"
#include "mysqlc_databasemetadata.hxx"
......@@ -43,6 +35,14 @@
#include "mysqlc_preparedstatement.hxx"
#include "mysqlc_general.hxx"
#include <tools/preextstl.h>
#include <cppconn/driver.h>
#include <cppconn/connection.h>
#include <cppconn/statement.h>
#include <cppconn/metadata.h>
#include <cppconn/exception.h>
#include <tools/postextstl.h>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/TransactionIsolation.hpp>
......
......@@ -30,13 +30,13 @@
#ifndef _MYSQLC_GENERAL_
#define _MYSQLC_GENERAL_
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <tools/preextstl.h>
#include <cppconn/exception.h>
#include <tools/postextstl.h>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
namespace mysqlc_sdbc_driver
{
rtl::OUString getStringFromAny(const ::com::sun::star::uno::Any& _rAny);
......
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