Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.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 | 2ae905070221 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.cpp Wed Jun 10 20:30:34 2020 +0200 +++ b/OrthancServer/Sources/ServerJobs/Operations/SystemCallOperation.cpp Wed Jun 10 21:27:31 2020 +0200 @@ -36,13 +36,13 @@ #include "DicomInstanceOperationValue.h" -#include "../../../Core/JobsEngine/Operations/StringOperationValue.h" -#include "../../../Core/Logging.h" -#include "../../../Core/OrthancException.h" -#include "../../../Core/SerializationToolbox.h" -#include "../../../Core/TemporaryFile.h" -#include "../../../Core/Toolbox.h" -#include "../../../Core/SystemToolbox.h" +#include "../../../../OrthancFramework/Sources/JobsEngine/Operations/StringOperationValue.h" +#include "../../../../OrthancFramework/Sources/Logging.h" +#include "../../../../OrthancFramework/Sources/OrthancException.h" +#include "../../../../OrthancFramework/Sources/SerializationToolbox.h" +#include "../../../../OrthancFramework/Sources/TemporaryFile.h" +#include "../../../../OrthancFramework/Sources/Toolbox.h" +#include "../../../../OrthancFramework/Sources/SystemToolbox.h" #include "../../OrthancConfiguration.h" namespace Orthanc