API move to internel.h - AppFW
authorHyunjin Park <hj.na.park@samsung.com>
Thu, 7 May 2015 06:28:27 +0000 (15:28 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Thu, 7 May 2015 06:28:27 +0000 (15:28 +0900)
Change-Id: I1f789e91c0891c1cd84eacd06611389fe8bc9a91

src/application/application_manager.cc
src/application/requested_application_control.cc
src/mediacontroller/mediacontroller_client.cc
src/mediacontroller/mediacontroller_server.cc
src/messageport/messageport_instance.h

index 31dca1c..0176032 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <app_info.h>
 #include <app_manager.h>
+#include <app_manager_extension.h>
 #include <aul.h>
 #include <package_manager.h>
 #include <pkgmgr-info.h>
index c46ef5e..56a1d46 100644 (file)
@@ -7,6 +7,7 @@
 #include <app_manager.h>
 #include <app_control_internal.h>
 #include <bundle.h>
+#include <bundle_internal.h>
 
 #include "common/logger.h"
 #include "application/application_utils.h"
index 0b2532e..920b303 100644 (file)
@@ -5,6 +5,7 @@
 #include "mediacontroller/mediacontroller_client.h"
 
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <memory>
 
 #include "common/logger.h"
index 35d8508..fb599cd 100644 (file)
@@ -5,6 +5,7 @@
 #include "mediacontroller/mediacontroller_server.h"
 
 #include <bundle.h>
+#include <bundle_internal.h>
 
 #include "common/logger.h"
 #include "common/scope_exit.h"
index cb9fd5e..933b024 100644 (file)
@@ -6,6 +6,7 @@
 #define MESSAGEPORT_MESSAGEPORT_INSTANCE_H_
 
 #include <bundle.h>
+#include <bundle_internal.h>
 #include <message_port.h>
 
 #include "common/extension.h"