diff options
-rw-r--r-- | common/src/check.c | 1 | ||||
-rw-r--r-- | include/feedback.h | 2 | ||||
-rw-r--r-- | mobile/src/check.c | 1 | ||||
-rw-r--r-- | wearable/src/check.c | 1 |
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" |