Resolved ABS build error. 84/71584/1 submit/tizen_mobile/20160526.061740
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 05:07:18 +0000 (10:37 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 05:07:18 +0000 (10:37 +0530)
Change-Id: I29776d6ea2fff79e42cec6b8fa5a4047e8daa1a9
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
music-chooser/src/mc-common.c
src/common/mp-app.c
src/common/mp-util.c
src/core/mp-http-mgr.c
src/include/music.h

index f4662d182f815f6aa7b3ef403a9e1eb11192f9f3..9d201afae202b8e162f879fb76d366579b24ab00 100755 (executable)
@@ -25,7 +25,7 @@
 #include <notification.h>
 #include <efl_extension.h>
 #include <mp-file-util.h>
-#include <storage.h>
+#include <storage/storage.h>
 
 #define MC_FILE_PREFIX "file://"
 
index ec9d5374ed0ea1377067deba7e6b727633ad15f1..673485ad0950f83182a27001b49573b2f6dfb8b2 100755 (executable)
@@ -68,7 +68,7 @@
 #ifdef MP_FEATURE_VOICE_CONTROL
 #include "mp-voice-control-mgr.h"
 #endif
-#include <storage.h>
+#include <storage/storage.h>
 
 void mp_play_next_and_updateview(void *data);
 
index 3f99dc977b3584c8a252974666e2fb699c1b82b8..12f30eb377f8ab40351269048d50976210b2fd80 100755 (executable)
@@ -33,7 +33,7 @@
 #include <mime_type.h>
 #include <mp-file-util.h>
 #include <runtime_info.h>
-#include <storage.h>
+#include <storage/storage.h>
 #include <device/display.h>
 #include <device/callback.h>
 #include <device/power.h>
index b5d805f29300bf642db164bd7a387efc7508dd4d..160414797fc173cf7249c8de3fc9a4805b99becc 100644 (file)
@@ -20,7 +20,7 @@
 #include "music.h"
 #include "mp-http-mgr.h"
 #include <runtime_info.h>
-#include <wifi.h>
+#include <network/wifi.h>
 
 static MpHttpState_t _mp_http_mgr_get_network_status();
 static void _mp_http_mgr_refresh_network_info(mp_http_mgr_t *http_mgr);
index b1dca8a44c89800b846dcdfbad49c25958bac41d..3faf4c7efafb9df8ad54115e514b72f6082abc3e 100755 (executable)
@@ -33,7 +33,7 @@
 #include <app.h>
 
 #include <sys/times.h>
-#include <storage.h>
+#include <storage/storage.h>
 #include <sound_manager.h>
 #include "mp-define.h"
 #include "mp-resource.h"