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 31dca1c1e0f5f3754e4185bffe0dfccf952a7580..01760321a7302483d0195d9d40b941b5ff17d59f 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 c46ef5e8ac1113803fbdded1095697b600997400..56a1d46f2d3a005cfa81e4cee51d319aeb987cae 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 0b2532e339bc74a042a85efef578784dbe05c091..920b303a779b9712a6142b557cb601e124dd0ca6 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 35d8508c84c859458489a54d36bf6a70b00711e4..fb599cd7a36a9fe4f368dca60615fc6961662c18 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 cb9fd5e20d4e68484bfd60c5dc895546790a63f6..933b0244bf55af830bce9d1d1e1a5cc0c8aa920f 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"