comparison Framework/Deprecated/Toolbox/BaseWebService.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 257f2c9a02ac
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
22 #include "BaseWebService.h" 22 #include "BaseWebService.h"
23 23
24 #include "../../Messages/IObservable.h" 24 #include "../../Messages/IObservable.h"
25 #include "../../../Platforms/Generic/IOracleCommand.h" 25 #include "../../../Platforms/Generic/IOracleCommand.h"
26 26
27 #include <Core/OrthancException.h> 27 #include <OrthancException.h>
28 28
29 #include <boost/shared_ptr.hpp> 29 #include <boost/shared_ptr.hpp>
30 #include <algorithm> 30 #include <algorithm>
31 #include <Core/Logging.h> 31 #include <Logging.h>
32 32
33 namespace Deprecated 33 namespace Deprecated
34 { 34 {
35 35
36 36