comparison Framework/Scene2D/RotateSceneTracker.cpp @ 736:c0fcb2757b0a

enforce relative includes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:38:52 +0200
parents 059e1fd05fd6
children e42b491f1fb2
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 20
21 #include "RotateSceneTracker.h" 21 #include "RotateSceneTracker.h"
22 #include <Framework/Scene2DViewport/ViewportController.h> 22 #include "../Scene2DViewport/ViewportController.h"
23 23
24 namespace OrthancStone 24 namespace OrthancStone
25 { 25 {
26 RotateSceneTracker::RotateSceneTracker(ViewportControllerWPtr controllerW, 26 RotateSceneTracker::RotateSceneTracker(ViewportControllerWPtr controllerW,
27 const PointerEvent& event) 27 const PointerEvent& event)