comparison Framework/Widgets/CairoWidget.cpp @ 201:e9c7a78a3e77

removed absolute paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Mar 2018 11:59:22 +0100
parents fccffbf99ba1
children 5412adf19980
comparison
equal deleted inserted replaced
200:03afbee0cc7b 201:e9c7a78a3e77
19 **/ 19 **/
20 20
21 21
22 #include "CairoWidget.h" 22 #include "CairoWidget.h"
23 23
24 #include <Core/Images/ImageProcessing.h> 24 #include "../../Resources/Orthanc/Core/Images/ImageProcessing.h"
25 #include <Core/OrthancException.h> 25 #include "../../Resources/Orthanc/Core/OrthancException.h"
26 26
27 namespace OrthancStone 27 namespace OrthancStone
28 { 28 {
29 static bool IsAligned(const Orthanc::ImageAccessor& target) 29 static bool IsAligned(const Orthanc::ImageAccessor& target)
30 { 30 {