diff PostgreSQL/UnitTests/PostgreSQLTests.cpp @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 275e14f57f1e
line wrap: on
line diff
--- a/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Mon Jun 29 19:22:34 2020 +0200
+++ b/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Wed Jul 01 08:54:32 2020 +0200
@@ -34,13 +34,14 @@
 #  undef S_IXOTH
 #endif
 
+#include "../../Framework/Plugins/GlobalProperties.h"
+#include "../../Framework/PostgreSQL/PostgreSQLLargeObject.h"
+#include "../../Framework/PostgreSQL/PostgreSQLResult.h"
+#include "../../Framework/PostgreSQL/PostgreSQLTransaction.h"
 #include "../Plugins/PostgreSQLIndex.h"
 #include "../Plugins/PostgreSQLStorageArea.h"
-#include "../../Framework/PostgreSQL/PostgreSQLTransaction.h"
-#include "../../Framework/PostgreSQL/PostgreSQLResult.h"
-#include "../../Framework/PostgreSQL/PostgreSQLLargeObject.h"
 
-#include <Core/OrthancException.h>
+#include <OrthancException.h>
 
 #include <boost/lexical_cast.hpp>