comparison Framework/Deprecated/Toolbox/BaseWebService.cpp @ 736:c0fcb2757b0a

enforce relative includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:38:52 +0200
parents c35e98d22764
children 733c6db3e5a3
comparison
equal deleted inserted replaced
735:c3bbb130abc4 736:c0fcb2757b0a
19 **/ 19 **/
20 20
21 21
22 #include "BaseWebService.h" 22 #include "BaseWebService.h"
23 23
24 #include "../../Messages/IObservable.h"
25 #include "../../../Platforms/Generic/IOracleCommand.h"
26
24 #include <Core/OrthancException.h> 27 #include <Core/OrthancException.h>
25 #include "Framework/Messages/IObservable.h" 28
26 #include "Platforms/Generic/IOracleCommand.h"
27 #include <boost/shared_ptr.hpp> 29 #include <boost/shared_ptr.hpp>
28 30
29 namespace Deprecated 31 namespace Deprecated
30 { 32 {
31 33