diff OrthancFramework/UnitTestsSources/SQLiteTests.cpp @ 4045:05b8fd21089c framework

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 21:27:31 +0200
parents d25f4c0fa160
children 0953b3dc3261
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/SQLiteTests.cpp	Wed Jun 10 20:30:34 2020 +0200
+++ b/OrthancFramework/UnitTestsSources/SQLiteTests.cpp	Wed Jun 10 21:27:31 2020 +0200
@@ -35,13 +35,12 @@
 #  include <OrthancFramework.h>
 #endif
 
-#include "PrecompiledHeadersUnitTests.h"
 #include "gtest/gtest.h"
 
-#include "../Core/SystemToolbox.h"
-#include "../Core/SQLite/Connection.h"
-#include "../Core/SQLite/Statement.h"
-#include "../Core/SQLite/Transaction.h"
+#include "../Sources/SystemToolbox.h"
+#include "../Sources/SQLite/Connection.h"
+#include "../Sources/SQLite/Statement.h"
+#include "../Sources/SQLite/Transaction.h"
 
 #include <sqlite3.h>