Change-Id: Id4334063a9f7a0723170fce3f0d52d49b4cf3759
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
#define EXPORT_API __attribute__((__visibility__("default")))
#endif
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
+
+#ifdef MP_SOUND_PLAYER
+#define LOG_TAG "SOUND_PLAYER"
+#else
+#define LOG_TAG "MUSIC_PLAYER"
+#endif
+
#ifndef MP_IMAGE_ROTATE_FEATURE
//efine MP_IMAGE_ROTATE_FEATURE
#endif
#ifdef USE_DLOG_SYSTEM
#include <dlog.h>
-#ifdef LOG_TAG
-#undef LOG_TAG
-#endif //LOG_TAG
-
-#ifdef MP_SOUND_PLAYER
-#define LOG_TAG "SOUND_PLAYER"
-#else
-#define LOG_TAG "MUSIC_PLAYER"
-#endif
-
#ifndef TRUE
#define TRUE 1
#endif
#include "mp-resource.h"
#include "mp-player-debug.h"
-#include "mp-define.h"
#include "mp-playlist-mgr.h"
#include "mp-http-mgr.h"
*
*/
-#include "mp-ta.h"
#include "music.h"
+#include "mp-ta.h"
#include "mp-widget.h"
#include "mp-util.h"
#include "mp-setting-ctrl.h"