comparison Framework/Scene2DViewport/OneGesturePointerTracker.cpp @ 736:c0fcb2757b0a

enforce relative includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:38:52 +0200
parents 28b9e3a54200
children 8e31b174ab26
comparison
equal deleted inserted replaced
735:c3bbb130abc4 736:c0fcb2757b0a
21 21
22 #include "OneGesturePointerTracker.h" 22 #include "OneGesturePointerTracker.h"
23 23
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25 25
26 #include <Framework/StoneException.h> 26 #include "../StoneException.h"
27 27
28 using namespace Orthanc; 28 using namespace Orthanc;
29 29
30 namespace OrthancStone 30 namespace OrthancStone
31 { 31 {