summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpr.jung <pr.jung@samsung.com>2017-08-30 17:26:39 +0900
committerpr.jung <pr.jung@samsung.com>2017-08-30 17:26:39 +0900
commita07b99f5f087a10183364b72dc65e14d77b63ba0 (patch)
treec1c5651fca53da0b2a93c0d38a24fa66171a767a
parentcdacff38d29814057905d73d8bdd2b836a004de4 (diff)
downloadlibsvi-accepted/tizen_3.0_common.tar.gz
libsvi-accepted/tizen_3.0_common.tar.bz2
libsvi-accepted/tizen_3.0_common.zip
Change-Id: I0ba678db8173f2c7d0fbe6026e2605dc02c90e17 Signed-off-by: pr.jung <pr.jung@samsung.com>
-rw-r--r--common/src/check.c1
-rw-r--r--include/feedback.h2
-rw-r--r--mobile/src/check.c1
-rw-r--r--wearable/src/check.c1
4 files changed, 3 insertions, 2 deletions
diff --git a/common/src/check.c b/common/src/check.c
index 04c1f89..799b1ff 100644
--- a/common/src/check.c
+++ b/common/src/check.c
@@ -19,6 +19,7 @@
#include <stdio.h>
#include "feedback.h"
+#include "feedback-ids-internal.h"
#include "profiles.h"
#include "log.h"
diff --git a/include/feedback.h b/include/feedback.h
index ae15e62..f9b1f1f 100644
--- a/include/feedback.h
+++ b/include/feedback.h
@@ -23,8 +23,6 @@
#include <tizen.h>
#include <tizen_error.h>
#include "feedback-ids.h"
-#include "feedback-ids-internal.h"
-
#ifdef __cplusplus
extern "C" {
diff --git a/mobile/src/check.c b/mobile/src/check.c
index 452b209..d80d9c4 100644
--- a/mobile/src/check.c
+++ b/mobile/src/check.c
@@ -20,6 +20,7 @@
#include <vconf.h>
#include "feedback.h"
+#include "feedback-ids-internal.h"
#include "profiles.h"
#include "log.h"
diff --git a/wearable/src/check.c b/wearable/src/check.c
index 084be1b..ea7bfe8 100644
--- a/wearable/src/check.c
+++ b/wearable/src/check.c
@@ -20,6 +20,7 @@
#include <vconf.h>
#include "feedback.h"
+#include "feedback-ids-internal.h"
#include "profiles.h"
#include "log.h"