Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Samples/ServeFolders/Plugin.cpp @ 4395:3c400d3c11ef
removed useless includes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Dec 2020 08:14:54 +0100 |
parents | 9a01e0f89b6d |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4394:f7104e9d044c | 4395:3c400d3c11ef |
---|---|
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "../Common/OrthancPluginCppWrapper.h" | 22 #include "../Common/OrthancPluginCppWrapper.h" |
23 | 23 |
24 #include <json/reader.h> | |
25 #include <json/value.h> | 24 #include <json/value.h> |
26 #include <boost/filesystem.hpp> | 25 #include <boost/filesystem.hpp> |
27 #include <boost/date_time/posix_time/posix_time.hpp> | 26 #include <boost/date_time/posix_time/posix_time.hpp> |
28 | 27 |
29 | 28 |