diff options
author | pr.jung <pr.jung@samsung.com> | 2017-07-06 11:11:19 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-07-07 14:28:24 +0900 |
commit | d291565b0357810347bb33f8e7cb7dcbccc11da7 (patch) | |
tree | 952273bebdf3cee6617021426610b68e24a096b6 /src | |
parent | b9a5d29426b943f85b7505960437cca43314b97c (diff) | |
download | libsvi-d291565b0357810347bb33f8e7cb7dcbccc11da7.tar.gz libsvi-d291565b0357810347bb33f8e7cb7dcbccc11da7.tar.bz2 libsvi-d291565b0357810347bb33f8e7cb7dcbccc11da7.zip |
Seperate internal pattern enumerations for each profile
Change-Id: Ib49c8a0f3212434f5da6efaba29664fbf9ce2d41
Signed-off-by: pr.jung <pr.jung@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/check.c | 1 | ||||
-rw-r--r-- | src/vibrator.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/check.c b/src/check.c index 34231e7..8e18e01 100644 --- a/src/check.c +++ b/src/check.c @@ -22,7 +22,6 @@ #include <system_info.h> #include "feedback.h" -#include "feedback-ids-internal.h" #include "profiles.h" #include "log.h" diff --git a/src/vibrator.c b/src/vibrator.c index 94242ed..62eb07b 100644 --- a/src/vibrator.c +++ b/src/vibrator.c @@ -26,13 +26,12 @@ #include <vconf.h> #include <sys/stat.h> -#include "feedback-ids.h" +#include "feedback.h" #include "profiles.h" #include "parser.h" #include "devices.h" #include "log.h" #include "dbus.h" -#include "feedback-ids-internal.h" #define HAPTIC_DEVICE 0 |