diff Framework/DownloadArea.cpp @ 20:17f775299b4a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:52:24 +0200
parents b06103a50c95
children ebf978ab064d
line wrap: on
line diff
--- a/Framework/DownloadArea.cpp	Fri Jan 31 17:47:55 2020 +0100
+++ b/Framework/DownloadArea.cpp	Tue Jun 30 07:52:24 2020 +0200
@@ -19,10 +19,10 @@
 
 #include "DownloadArea.h"
 
-#include <Core/Compression/GzipCompressor.h>
-#include <Core/Logging.h>
-#include <Core/SystemToolbox.h>
-#include <Plugins/Samples/Common/OrthancPluginCppWrapper.h>
+#include <Compression/GzipCompressor.h>
+#include <Logging.h>
+#include <SystemToolbox.h>
+#include <OrthancPluginCppWrapper.h>
 
 #include <boost/filesystem.hpp>
 #include <boost/filesystem/fstream.hpp>