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/03 16:04:29 UTC

[2/5] celix git commit: CELIX-119: Removed config.h (WITH_APR define) include from framework.

CELIX-119: Removed config.h (WITH_APR define) include from framework.


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

Branch: refs/heads/develop
Commit: 9441ac2deae3c749d100d6f5dc677b7ed61fa62a
Parents: 67b5917
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Nov 3 13:21:43 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Nov 3 13:21:43 2015 +0100

----------------------------------------------------------------------
 framework/public/include/framework.h | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/9441ac2d/framework/public/include/framework.h
----------------------------------------------------------------------
diff --git a/framework/public/include/framework.h b/framework/public/include/framework.h
index e1133f7..59f6d2e 100644
--- a/framework/public/include/framework.h
+++ b/framework/public/include/framework.h
@@ -30,8 +30,6 @@
 typedef struct activator * activator_pt;
 typedef struct framework * framework_pt;
 
-#include "config.h"
-
 #include "celix_errno.h"
 #include "framework_exports.h"
 #include "bundle.h"