changeset 107:5765cc5fd268

reverted fix for OS X that breaks other targets
author Sebastien Jodogne <s.jodogne@orthanc-labs.com>
date Tue, 22 Jan 2019 16:53:26 +0100
parents b559af8fe6e0
children 57c0138d456e
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 15:35:52 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLDatabase.cpp	Tue Jan 22 16:53:26 2019 +0100
@@ -19,8 +19,8 @@
  **/
 
 
+#include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLDatabase.h"
-#include "PostgreSQLIncludes.h"
 
 #include "PostgreSQLResult.h"
 #include "PostgreSQLStatement.h"
--- a/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 15:35:52 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 16:53:26 2019 +0100
@@ -21,8 +21,8 @@
 
 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102
 
+#include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLLargeObject.h"
-#include "PostgreSQLIncludes.h"
 
 #include <Core/Logging.h>
 #include <Core/OrthancException.h>
--- a/Framework/PostgreSQL/PostgreSQLResult.cpp	Tue Jan 22 15:35:52 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLResult.cpp	Tue Jan 22 16:53:26 2019 +0100
@@ -19,8 +19,8 @@
  **/
 
 
+#include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLResult.h"
-#include "PostgreSQLIncludes.h"
 
 #include "../Common/BinaryStringValue.h"
 #include "../Common/FileValue.h"
--- a/Framework/PostgreSQL/PostgreSQLStatement.cpp	Tue Jan 22 15:35:52 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLStatement.cpp	Tue Jan 22 16:53:26 2019 +0100
@@ -19,8 +19,8 @@
  **/
 
 
+#include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLStatement.h"
-#include "PostgreSQLIncludes.h"
 
 #include "../Common/BinaryStringValue.h"
 #include "../Common/FileValue.h"