Mercurial > hg > orthanc
changeset 4395:3c400d3c11ef
removed useless includes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Dec 2020 08:14:54 +0100 |
parents | f7104e9d044c |
children | d07a65100a95 |
files | OrthancServer/Plugins/Samples/ModalityWorklists/Plugin.cpp OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp OrthancServer/Plugins/Samples/StorageCommitmentScp/Plugin.cpp |
diffstat | 3 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/ModalityWorklists/Plugin.cpp Tue Dec 22 08:11:37 2020 +0100 +++ b/OrthancServer/Plugins/Samples/ModalityWorklists/Plugin.cpp Tue Dec 22 08:14:54 2020 +0100 @@ -24,7 +24,6 @@ #include <boost/filesystem.hpp> #include <json/value.h> -#include <json/reader.h> #include <string.h> #include <iostream> #include <algorithm>
--- a/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp Tue Dec 22 08:11:37 2020 +0100 +++ b/OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp Tue Dec 22 08:14:54 2020 +0100 @@ -21,7 +21,6 @@ #include "../Common/OrthancPluginCppWrapper.h" -#include <json/reader.h> #include <json/value.h> #include <boost/filesystem.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
--- a/OrthancServer/Plugins/Samples/StorageCommitmentScp/Plugin.cpp Tue Dec 22 08:11:37 2020 +0100 +++ b/OrthancServer/Plugins/Samples/StorageCommitmentScp/Plugin.cpp Tue Dec 22 08:14:54 2020 +0100 @@ -22,8 +22,6 @@ #include "../Common/OrthancPluginCppWrapper.h" #include <json/value.h> -#include <json/reader.h> - class StorageCommitmentSample : public OrthancPlugins::IStorageCommitmentScpHandler