comparison Framework/Scene2DViewport/MeasureCommands.h @ 736:c0fcb2757b0a

enforce relative includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:38:52 +0200
parents 28b9e3a54200
children 66ac7a2d1e3a
comparison
equal deleted inserted replaced
735:c3bbb130abc4 736:c0fcb2757b0a
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 #pragma once 20 #pragma once
21 21
22 #include <Framework/Scene2D/Scene2D.h> 22 #include "../Scene2D/Scene2D.h"
23 #include <boost/shared_ptr.hpp>
24 #include <boost/noncopyable.hpp>
25 23
26 // to be moved into Stone 24 // to be moved into Stone
27 #include "PointerTypes.h" 25 #include "PointerTypes.h"
28 #include "MeasureTools.h" 26 #include "MeasureTools.h"
29 #include "LineMeasureTool.h" 27 #include "LineMeasureTool.h"
30 #include "AngleMeasureTool.h" 28 #include "AngleMeasureTool.h"
29
30 #include <boost/shared_ptr.hpp>
31 #include <boost/noncopyable.hpp>
31 32
32 namespace OrthancStone 33 namespace OrthancStone
33 { 34 {
34 class TrackerCommand : public boost::noncopyable 35 class TrackerCommand : public boost::noncopyable
35 { 36 {