diff --git a/src/cpp/MySQL/Poco/Binder.h b/src/cpp/MySQL/Poco/Binder.h index ada42d5f6..58ec6a676 100644 --- a/src/cpp/MySQL/Poco/Binder.h +++ b/src/cpp/MySQL/Poco/Binder.h @@ -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") diff --git a/src/cpp/MySQL/Poco/Extractor.h b/src/cpp/MySQL/Poco/Extractor.h index 45673500c..945f2da76 100644 --- a/src/cpp/MySQL/Poco/Extractor.h +++ b/src/cpp/MySQL/Poco/Extractor.h @@ -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" diff --git a/src/cpp/MySQL/Poco/MySQLException.h b/src/cpp/MySQL/Poco/MySQLException.h index 499b270d5..48f03c012 100644 --- a/src/cpp/MySQL/Poco/MySQLException.h +++ b/src/cpp/MySQL/Poco/MySQLException.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 #include diff --git a/src/cpp/MySQL/Poco/MySQLStatementImpl.h b/src/cpp/MySQL/Poco/MySQLStatementImpl.h index 43bec52c1..43a3bd9ff 100644 --- a/src/cpp/MySQL/Poco/MySQLStatementImpl.h +++ b/src/cpp/MySQL/Poco/MySQLStatementImpl.h @@ -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" diff --git a/src/cpp/MySQL/Poco/SessionHandle.h b/src/cpp/MySQL/Poco/SessionHandle.h index 17d3dea37..7af836d40 100644 --- a/src/cpp/MySQL/Poco/SessionHandle.h +++ b/src/cpp/MySQL/Poco/SessionHandle.h @@ -18,7 +18,7 @@ #define Data_MySQL_SessionHandle_INCLUDED #include -#include "Poco/MySQLException.h" +#include "MySQLException.h" namespace Poco { namespace Data { diff --git a/src/cpp/MySQL/Poco/SessionImpl.h b/src/cpp/MySQL/Poco/SessionImpl.h index 7725124aa..19bd594f2 100644 --- a/src/cpp/MySQL/Poco/SessionImpl.h +++ b/src/cpp/MySQL/Poco/SessionImpl.h @@ -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" diff --git a/src/cpp/MySQL/Poco/StatementExecutor.h b/src/cpp/MySQL/Poco/StatementExecutor.h index eabf136b8..952ea1679 100644 --- a/src/cpp/MySQL/Poco/StatementExecutor.h +++ b/src/cpp/MySQL/Poco/StatementExecutor.h @@ -18,7 +18,7 @@ #define Data_MySQL_StatementHandle_INCLUDED #include -#include "Poco/MySQLException.h" +#include "MySQLException.h" namespace Poco { namespace Data { diff --git a/src/cpp/MySQL/Poco/Utility.h b/src/cpp/MySQL/Poco/Utility.h index d8ff70b84..858095692 100644 --- a/src/cpp/MySQL/Poco/Utility.h +++ b/src/cpp/MySQL/Poco/Utility.h @@ -18,7 +18,7 @@ #define MySQL_Utility_INCLUDED -#include "Poco/MySQL.h" +#include "MySQL.h" #include "Poco/Data/Session.h"