remove unnecessary header files 81/38381/1
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 20 Apr 2015 03:12:58 +0000 (12:12 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 20 Apr 2015 03:12:58 +0000 (12:12 +0900)
Change-Id: I5c2900917b5f647e88bb56bef4ad620306e40658
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/control.cpp
src/main.cpp
src/mediadata.cpp
src/playermgr.cpp
src/slider.cpp
src/videodata.cpp
src/view_player.cpp
src/volume.cpp

index 0083b2b..59e4a74 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <Elementary.h>
-#include <Eina.h>
 #include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
index 530b4dd..771206f 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <app.h>
-#include <Elementary.h>
 #include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
index 0acfbde..5d3a5a0 100644 (file)
@@ -14,9 +14,6 @@
  * limitations under the License.
 */
 
-#include <Elementary.h>
-#include <Eina.h>
-#include <media_content.h>
 #include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
index a545c62..523e654 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
 */
 
-#include <Elementary.h>
-#include <Eina.h>
 #include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
index 2a99ef2..26316b6 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <Elementary.h>
-#include <Eina.h>
 #include <dbg.h>
 #include <AppCommon.h>
 #include "define.h"
index 74661e6..a4ce494 100644 (file)
  * limitations under the License.
 */
 
-#include <Elementary.h>
-#include <Eina.h>
-#include <media_content.h>
 #include <dbg.h>
+#include <AppCommon.h>
 #include "define.h"
 #include "videodata.h"
 
index c0c5f2c..5682e3a 100644 (file)
  * limitations under the License.
 */
 
-#include <Elementary.h>
-#include <Eina.h>
 #include <efl_extension.h>
 #include <dbg.h>
 #include <AppCommon.h>
-#include <media_content.h>
 #include "define.h"
 #include "i18n.h"
 #include "playermgr.h"
index 6976eb1..c880203 100644 (file)
@@ -14,8 +14,6 @@
  * limitations under the License.
 */
 
-#include <Elementary.h>
-#include <Eina.h>
 #include <media/sound_manager.h>
 #include <dbg.h>
 #include <AppCommon.h>