comparison Framework/Deprecated/Radiography/RadiographyLayerMaskTracker.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents c5403d52078c
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
22 #include "RadiographyLayerMaskTracker.h" 22 #include "RadiographyLayerMaskTracker.h"
23 #include "RadiographyMaskLayer.h" 23 #include "RadiographyMaskLayer.h"
24 24
25 #include "RadiographySceneCommand.h" 25 #include "RadiographySceneCommand.h"
26 26
27 #include <Core/OrthancException.h> 27 #include <OrthancException.h>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 class RadiographyLayerMaskTracker::UndoRedoCommand : public RadiographySceneCommand 31 class RadiographyLayerMaskTracker::UndoRedoCommand : public RadiographySceneCommand
32 { 32 {