Mercurial > hg > orthanc-databases
changeset 105:eefbcee7bd78
fix build on OS X
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Jan 2019 15:16:05 +0100 |
parents | 0a713ffdf842 |
children | b559af8fe6e0 |
files | Framework/PostgreSQL/PostgreSQLDatabase.cpp Framework/PostgreSQL/PostgreSQLLargeObject.cpp Framework/PostgreSQL/PostgreSQLResult.cpp Framework/PostgreSQL/PostgreSQLStatement.cpp |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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 <Core/Logging.h> #include <Core/OrthancException.h>
--- 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"
--- 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"