comparison Framework/Scene2DViewport/ViewportController.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
19 **/ 19 **/
20 20
21 #include "ViewportController.h" 21 #include "ViewportController.h"
22 #include "MeasureCommands.h" 22 #include "MeasureCommands.h"
23 23
24 #include <Framework/StoneException.h> 24 #include "../StoneException.h"
25 25
26 #include <boost/make_shared.hpp> 26 #include <boost/make_shared.hpp>
27 27
28 using namespace Orthanc; 28 using namespace Orthanc;
29 29