Include sensor_internal.h instead of sensor.h 42/34842/2 accepted/tizen/tv/20150302.010508 submit/tizen/20150304.022845 submit/tizen_common/20150226.010729 submit/tizen_tv/20150227.073215 submit/tizen_tv/20150228.021455
authorKibak Yoon <kibak.yoon@samsung.com>
Tue, 3 Feb 2015 11:55:58 +0000 (20:55 +0900)
committerKibak Yoon <kibak.yoon@samsung.com>
Thu, 5 Feb 2015 08:36:10 +0000 (17:36 +0900)
the name of header file for sensor internal API was changed to
sensor_internal.h.

Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: Ia5a8c5bfe356d209acf786d3c09596c9d7f48d47

src/appcore-rotation.c

index 46138b6..f0280f0 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include <sensor.h>
+#include <sensor_internal.h>
 #include <vconf.h>
 #include <Ecore.h>
 #include "appcore-internal.h"