From: Jin Yoon Date: Fri, 14 Jul 2017 01:24:55 +0000 (+0900) Subject: Hide internal headers into resource_internal.h X-Git-Tag: accepted/tizen/4.0/unified/20170828.224146~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F138810%2F1;p=apps%2Fnative%2Fposition-finder-server.git Hide internal headers into resource_internal.h Change-Id: I61b268517563d5e721be128f55b87ac9269c098d --- diff --git a/inc/resource.h b/inc/resource.h index 68986dc..89fc1c8 100644 --- a/inc/resource.h +++ b/inc/resource.h @@ -25,20 +25,10 @@ #include #include "resource_internal.h" - #include "resource/resource_illuminance_sensor.h" -#include "resource/resource_illuminance_sensor_internal.h" - #include "resource/resource_infrared_motion_sensor.h" -#include "resource/resource_infrared_motion_sensor_internal.h" - #include "resource/resource_infrared_obstacle_avoidance_sensor.h" -#include "resource/resource_infrared_obstacle_avoidance_sensor_internal.h" - #include "resource/resource_touch_sensor.h" -#include "resource/resource_touch_sensor_internal.h" - #include "resource/resource_ultrasonic_sensor.h" -#include "resource/resource_ultrasonic_sensor_internal.h" #endif /* __POSITION_FINDER_RESOURCE_H__ */ diff --git a/inc/resource_internal.h b/inc/resource_internal.h index ae6746b..786266e 100644 --- a/inc/resource_internal.h +++ b/inc/resource_internal.h @@ -24,6 +24,12 @@ #include +#include "resource/resource_illuminance_sensor_internal.h" +#include "resource/resource_infrared_motion_sensor_internal.h" +#include "resource/resource_infrared_obstacle_avoidance_sensor_internal.h" +#include "resource/resource_touch_sensor_internal.h" +#include "resource/resource_ultrasonic_sensor_internal.h" + #define PIN_MAX 40 struct _resource_s {