diff 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
line wrap: on
line diff
--- a/Framework/Deprecated/Toolbox/BaseWebService.cpp	Sat Jun 06 11:04:04 2020 +0200
+++ b/Framework/Deprecated/Toolbox/BaseWebService.cpp	Thu Jun 11 20:54:01 2020 +0200
@@ -24,11 +24,11 @@
 #include "../../Messages/IObservable.h"
 #include "../../../Platforms/Generic/IOracleCommand.h"
 
-#include <Core/OrthancException.h>
+#include <OrthancException.h>
 
 #include <boost/shared_ptr.hpp>
 #include <algorithm>
-#include <Core/Logging.h>
+#include <Logging.h>
 
 namespace Deprecated
 {