remove include dependency
authorYoung Ik Cho <youngik.cho@samsung.com>
Thu, 20 Jun 2013 02:36:19 +0000 (11:36 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Thu, 20 Jun 2013 02:36:19 +0000 (11:36 +0900)
Change-Id: I756b1fe1e20ae9c06050d1549a2aa78d0852332f
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
src/app/FApp_AppArg.cpp
src/app/inc/FApp_AppArg.h
src/app/inc/FApp_AppControlImpl.h
src/app/inc/FApp_AppImpl.h
src/app/inc/FApp_AppMessageImpl.h
src/app/inc/FApp_Aul.h
src/app/inc/FApp_ServiceAppImpl.h

index bad6ac0..735f4c8 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <aul.h>
 #include <app.h>
+#include <bundle.h>
 #include <appsvc/appsvc.h>
 #include <Ecore_X.h>
 
index d75dc27..2429ddc 100644 (file)
 #ifndef _FAPP_INTERNAL_APP_ARG_H_
 #define _FAPP_INTERNAL_APP_ARG_H_
 
-#include <bundle.h>
-
 #include <FBaseObject.h>
 #include <FAppTypes.h>
 
 #include "FApp_Types.h"
 
+typedef struct _bundle_t bundle;
+
 namespace Tizen { namespace Base { namespace Collection {
 class ArrayList;
 class IList;
@@ -72,7 +72,6 @@ enum _DataControlRequestType
 /**
  * @class       _AppArg
  * @brief
- * @since 2.1
  */
 class _OSP_EXPORT_ _AppArg
 {
index 12a28e4..27a76fe 100644 (file)
@@ -23,7 +23,6 @@
 #define _FAPP_INTERNAL_APP_CONTROL_IMPL_H_
 
 #include <app_service.h>
-#include <bundle.h>
 
 #include <FBaseObject.h>
 #include <FAppTypes.h>
@@ -34,6 +33,9 @@
 #include "FApp_AppManagerImpl.h"
 #include "FApp_IAppControlResponseEventListener.h"
 
+typedef struct _bundle_t bundle;
+
+
 namespace Tizen { namespace Base { class String; } }
 namespace Tizen { namespace Base { namespace Collection { class IList; } } }
 
index ed1adc0..3867fca 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef _FAPP_INTERNAL_APP_IMPL_H_
 #define _FAPP_INTERNAL_APP_IMPL_H_
 
-#include <app.h>
-
 #include <FAppApp.h>
 #include <FSysBattery.h>
 #include <FBaseRtIEventListener.h>
@@ -32,6 +30,9 @@
 #include "FApp_AppUserEvent.h"
 #include "FApp_IAppUserEventListener.h"
 
+struct service_s;
+
+
 namespace Tizen { namespace Base { namespace Runtime
 {
 class IEventListener;
index 1682919..b67f3df 100644 (file)
 #ifndef _FAPP_INTERNAL_APP_MESSAGE_IMPL_H_
 #define _FAPP_INTERNAL_APP_MESSAGE_IMPL_H_
 
-#include <bundle.h>
-
 #include <FBaseObject.h>
 #include <FBaseString.h>
 
+typedef struct _bundle_t bundle;
+
+
 namespace Tizen { namespace Base { namespace Collection { class IList; } } }
 
 namespace Tizen { namespace App
index 8cba1c0..8c36d62 100644 (file)
 #define _FAPP_INTERNAL_AUL_H_
 
 #include <appsvc/appsvc.h>
-#include <bundle.h>
 #include <FOspConfig.h>
 #include <FAppTypes.h>
 
+typedef struct _bundle_t bundle;
+
 #define MAX_SLP_PACKAGE_ID 128
 
 namespace Tizen { namespace App
index e628b9d..770b268 100644 (file)
 #ifndef _FAPP_INTERNAL_SERVICE_APP_IMPL_H_
 #define _FAPP_INTERNAL_SERVICE_APP_IMPL_H_
 
-#include <app.h>
-
 #include <FAppServiceApp.h>
 #include <FBaseRtIEventListener.h>
 #include <FBaseRtITimerEventListener.h>
 #include "FApp_IAppImpl.h"
 
+struct service_s;
+
 namespace Tizen { namespace Base { namespace Collection { class IList; } } }
 namespace Tizen { namespace Base { namespace Runtime
 {