From: Kibak Yoon Date: Tue, 3 Feb 2015 11:55:58 +0000 (+0900) Subject: Include sensor_internal.h instead of sensor.h X-Git-Tag: accepted/tizen/tv/20150302.010508^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae58ebb6f71b2d27895b732664e828d11bf0a1db;p=platform%2Fcore%2Fappfw%2Fapp-core.git Include sensor_internal.h instead of sensor.h the name of header file for sensor internal API was changed to sensor_internal.h. Signed-off-by: Kibak Yoon Change-Id: Ia5a8c5bfe356d209acf786d3c09596c9d7f48d47 --- diff --git a/src/appcore-rotation.c b/src/appcore-rotation.c index 46138b6..f0280f0 100644 --- a/src/appcore-rotation.c +++ b/src/appcore-rotation.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include "appcore-internal.h"