You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/11/16 21:17:31 UTC

[17/21] celix git commit: CELIX-272: Cleanup include framework

CELIX-272: Cleanup include framework


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e4259dbc
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e4259dbc
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e4259dbc

Branch: refs/heads/feature/CELIX-272_synchronization_service_registry
Commit: e4259dbc0574af314d3611279bd87c70c0416d79
Parents: c34e595
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Nov 16 21:13:53 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Nov 16 21:13:53 2015 +0100

----------------------------------------------------------------------
 framework/private/src/framework.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/e4259dbc/framework/private/src/framework.c
----------------------------------------------------------------------
diff --git a/framework/private/src/framework.c b/framework/private/src/framework.c
index c3bc147..84f428d 100644
--- a/framework/private/src/framework.c
+++ b/framework/private/src/framework.c
@@ -27,9 +27,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include "celixbool.h"
-#include <math.h>
+
 #ifdef _WIN32
 #include <winbase.h>
 #include <windows.h>
@@ -39,26 +38,13 @@
 #include <uuid/uuid.h>
 
 #include "framework_private.h"
-#include "filter.h"
 #include "constants.h"
-#include "archive.h"
-#include "bundle.h"
-#include "wire.h"
 #include "resolver.h"
 #include "utils.h"
-#include "bundle_activator.h"
-#include "service_registry.h"
-#include "bundle_cache.h"
-#include "bundle_archive.h"
-#include "bundle_revision.h"
-#include "bundle_context.h"
 #include "linked_list_iterator.h"
 #include "service_reference_private.h"
 #include "listener_hook_service.h"
 #include "service_registration_private.h"
-#include "celix_log.h"
-
-#include "celix_threads.h"
 
 typedef celix_status_t (*create_function_pt)(bundle_context_pt context, void **userData);
 typedef celix_status_t (*start_function_pt)(void * handle, bundle_context_pt context);