fix header for unix

This commit is contained in:
Dario 2019-10-10 12:34:31 +02:00
parent 184cc8277c
commit ec69c53fd9
8 changed files with 18 additions and 18 deletions

View File

@ -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")

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -18,7 +18,7 @@
#define Data_MySQL_SessionHandle_INCLUDED
#include <mysql.h>
#include "Poco/MySQLException.h"
#include "MySQLException.h"
namespace Poco {
namespace Data {

View File

@ -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"

View File

@ -18,7 +18,7 @@
#define Data_MySQL_StatementHandle_INCLUDED
#include <mysql.h>
#include "Poco/MySQLException.h"
#include "MySQLException.h"
namespace Poco {
namespace Data {

View File

@ -18,7 +18,7 @@
#define MySQL_Utility_INCLUDED
#include "Poco/MySQL.h"
#include "MySQL.h"
#include "Poco/Data/Session.h"