[5.0] Fix TouchData header include 35/196535/1 accepted/tizen/5.0/unified/20190103.030453 submit/tizen_5.0/20190102.073618
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 2 Jan 2019 06:20:48 +0000 (15:20 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 2 Jan 2019 06:24:49 +0000 (15:24 +0900)
- There're TCT build fails because of the path in touch-data.h
- The application cannot get access to devel API.
  So, moved the header include to touch-data-devel.h

Change-Id: I3264cdeee06967504684e6dc6f8342219d813eb3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/devel-api/events/touch-data-devel.h
dali/public-api/events/touch-data.h

index 17e3f34..d8b4c54 100644 (file)
@@ -20,6 +20,7 @@
 \r
 // INTERNAL INCLUDES\r
 #include <dali/public-api/events/touch-data.h>\r
+#include <dali/devel-api/events/mouse-button.h>\r
 \r
 namespace Dali\r
 {\r
index 8c13647..ae2998b 100755 (executable)
@@ -27,7 +27,6 @@
 #include <dali/public-api/events/point-state.h>
 #include <dali/public-api/object/base-handle.h>
 #include <dali/public-api/math/degree.h>
-#include <dali/devel-api/events/mouse-button.h>
 
 namespace Dali
 {