Mercurial > hg > orthanc
comparison OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.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 | 0b27841950d5 |
comparison
equal
deleted
inserted
replaced
4044:d25f4c0fa160 | 4045:05b8fd21089c |
---|---|
32 | 32 |
33 | 33 |
34 #include "../PrecompiledHeadersServer.h" | 34 #include "../PrecompiledHeadersServer.h" |
35 #include "OrthancRestApi.h" | 35 #include "OrthancRestApi.h" |
36 | 36 |
37 #include "../../Core/HttpServer/FilesystemHttpSender.h" | 37 #include "../../../OrthancFramework/Sources/HttpServer/FilesystemHttpSender.h" |
38 #include "../../Core/OrthancException.h" | 38 #include "../../../OrthancFramework/Sources/OrthancException.h" |
39 #include "../../Core/SerializationToolbox.h" | 39 #include "../../../OrthancFramework/Sources/SerializationToolbox.h" |
40 #include "../OrthancConfiguration.h" | 40 #include "../OrthancConfiguration.h" |
41 #include "../ServerContext.h" | 41 #include "../ServerContext.h" |
42 #include "../ServerJobs/ArchiveJob.h" | 42 #include "../ServerJobs/ArchiveJob.h" |
43 | 43 |
44 | 44 |