diff Plugin/Cache/CacheManager.h @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 02f7a0400a91
children c8ca47a67bf3
line wrap: on
line diff
--- a/Plugin/Cache/CacheManager.h	Tue Jun 02 11:16:30 2015 +0200
+++ b/Plugin/Cache/CacheManager.h	Tue Jun 02 11:40:05 2015 +0200
@@ -20,8 +20,8 @@
 
 #pragma once
 
-#include "../../Orthanc/SQLite/Connection.h"
-#include "../../Orthanc/FileStorage/FilesystemStorage.h"
+#include "../../Orthanc/Core/SQLite/Connection.h"
+#include "../../Orthanc/Core/FileStorage/FilesystemStorage.h"
 
 namespace OrthancPlugins
 {