# HG changeset patch # User Sebastien Jodogne # Date 1548166565 -3600 # Node ID eefbcee7bd7898befa498f55ab41fd2b2f0efcd9 # Parent 0a713ffdf842772f5635c84eefe6e84f2c062a81 fix build on OS X diff -r 0a713ffdf842 -r eefbcee7bd78 Framework/PostgreSQL/PostgreSQLDatabase.cpp --- a/Framework/PostgreSQL/PostgreSQLDatabase.cpp Tue Jan 22 14:48:27 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLDatabase.cpp Tue Jan 22 15:16:05 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLDatabase.h" #include "PostgreSQLIncludes.h" -#include "PostgreSQLDatabase.h" #include "PostgreSQLResult.h" #include "PostgreSQLStatement.h" diff -r 0a713ffdf842 -r eefbcee7bd78 Framework/PostgreSQL/PostgreSQLLargeObject.cpp --- a/Framework/PostgreSQL/PostgreSQLLargeObject.cpp Tue Jan 22 14:48:27 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLLargeObject.cpp Tue Jan 22 15:16:05 2019 +0100 @@ -21,8 +21,8 @@ // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102 +#include "PostgreSQLLargeObject.h" #include "PostgreSQLIncludes.h" -#include "PostgreSQLLargeObject.h" #include #include diff -r 0a713ffdf842 -r eefbcee7bd78 Framework/PostgreSQL/PostgreSQLResult.cpp --- a/Framework/PostgreSQL/PostgreSQLResult.cpp Tue Jan 22 14:48:27 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLResult.cpp Tue Jan 22 15:16:05 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLResult.h" #include "PostgreSQLIncludes.h" -#include "PostgreSQLResult.h" #include "../Common/BinaryStringValue.h" #include "../Common/FileValue.h" diff -r 0a713ffdf842 -r eefbcee7bd78 Framework/PostgreSQL/PostgreSQLStatement.cpp --- a/Framework/PostgreSQL/PostgreSQLStatement.cpp Tue Jan 22 14:48:27 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLStatement.cpp Tue Jan 22 15:16:05 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLStatement.h" #include "PostgreSQLIncludes.h" -#include "PostgreSQLStatement.h" #include "../Common/BinaryStringValue.h" #include "../Common/FileValue.h"