mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix header for unix
This commit is contained in:
parent
184cc8277c
commit
ec69c53fd9
@ -20,7 +20,7 @@
|
||||
#include "MySQL.h"
|
||||
#include "Poco/Data/AbstractBinder.h"
|
||||
#include "Poco/Data/LOB.h"
|
||||
#include "Poco/MySQLException.h"
|
||||
#include "MySQLException.h"
|
||||
#ifdef _WIN32
|
||||
#pragma comment(lib, "Ws2_32.lib")
|
||||
#pragma comment(lib, "shlwapi.lib")
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
#define Data_MySQL_Extractor_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/MySQL.h"
|
||||
#include "Poco/StatementExecutor.h"
|
||||
#include "Poco/ResultMetadata.h"
|
||||
#include "MySQL.h"
|
||||
#include "StatementExecutor.h"
|
||||
#include "ResultMetadata.h"
|
||||
#include "Poco/Data/AbstractExtractor.h"
|
||||
#include "Poco/Data/LOB.h"
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
#ifndef Data_MySQL_MySQLException_INCLUDED
|
||||
#define Data_MySQL_MySQLException_INCLUDED
|
||||
|
||||
#include "Poco/MySQL.h"
|
||||
#include "MySQL.h"
|
||||
#include "Poco/Data/DataException.h"
|
||||
#include <typeinfo>
|
||||
#include <string>
|
||||
|
||||
@ -17,12 +17,12 @@
|
||||
#ifndef Data_MySQL_MySQLStatementImpl_INCLUDED
|
||||
#define Data_MySQL_MySQLStatementImpl_INCLUDED
|
||||
|
||||
#include "Poco/MySQL.h"
|
||||
#include "Poco/SessionImpl.h"
|
||||
#include "Poco/Binder.h"
|
||||
#include "Poco/Extractor.h"
|
||||
#include "Poco/StatementExecutor.h"
|
||||
#include "Poco/ResultMetadata.h"
|
||||
#include "MySQL.h"
|
||||
#include "SessionImpl.h"
|
||||
#include "Binder.h"
|
||||
#include "Extractor.h"
|
||||
#include "StatementExecutor.h"
|
||||
#include "ResultMetadata.h"
|
||||
#include "Poco/Data/StatementImpl.h"
|
||||
#include "Poco/SharedPtr.h"
|
||||
#include "Poco/Format.h"
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define Data_MySQL_SessionHandle_INCLUDED
|
||||
|
||||
#include <mysql.h>
|
||||
#include "Poco/MySQLException.h"
|
||||
#include "MySQLException.h"
|
||||
|
||||
namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
@ -18,11 +18,11 @@
|
||||
#define Data_MySQL_SessionImpl_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/MySQL.h"
|
||||
#include "MySQL.h"
|
||||
#include "Poco/Data/AbstractSessionImpl.h"
|
||||
#include "Poco/SessionHandle.h"
|
||||
#include "Poco/StatementExecutor.h"
|
||||
#include "Poco/ResultMetadata.h"
|
||||
#include "SessionHandle.h"
|
||||
#include "StatementExecutor.h"
|
||||
#include "ResultMetadata.h"
|
||||
#include "Poco/Mutex.h"
|
||||
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define Data_MySQL_StatementHandle_INCLUDED
|
||||
|
||||
#include <mysql.h>
|
||||
#include "Poco/MySQLException.h"
|
||||
#include "MySQLException.h"
|
||||
|
||||
namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define MySQL_Utility_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/MySQL.h"
|
||||
#include "MySQL.h"
|
||||
#include "Poco/Data/Session.h"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user