Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E83C8183F2 for ; Tue, 3 Nov 2015 15:09:33 +0000 (UTC) Received: (qmail 31519 invoked by uid 500); 3 Nov 2015 15:09:29 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 31478 invoked by uid 500); 3 Nov 2015 15:09:29 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 30432 invoked by uid 99); 3 Nov 2015 15:09:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 15:09:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7CFF3E0B28; Tue, 3 Nov 2015 15:09:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Tue, 03 Nov 2015 15:10:13 -0000 Message-Id: <55fefcdd7fac40d8afedcdf7f95df3fc@git.apache.org> In-Reply-To: <1112eec2abbb4c4fa0d84c6d16881b78@git.apache.org> References: <1112eec2abbb4c4fa0d84c6d16881b78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/50] [abbrv] 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/master Commit: 9441ac2deae3c749d100d6f5dc677b7ed61fa62a Parents: 67b5917 Author: Pepijn Noltes Authored: Tue Nov 3 13:21:43 2015 +0100 Committer: Pepijn Noltes 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"