From patchwork Tue Feb 12 23:08:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero X-Patchwork-Id: 220008 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 609EF2C0094 for ; Wed, 13 Feb 2013 10:09:07 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758877Ab3BLXIm (ORCPT ); Tue, 12 Feb 2013 18:08:42 -0500 Received: from smtp3.cica.es ([150.214.5.190]:51015 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758506Ab3BLXIk (ORCPT ); Tue, 12 Feb 2013 18:08:40 -0500 Received: from localhost (unknown [127.0.0.1]) by smtp.cica.es (Postfix) with ESMTP id 9E18951EEB5; Tue, 12 Feb 2013 23:08:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at cica.es Received: from smtp.cica.es ([127.0.0.1]) by localhost (mail.cica.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AHCqGEDqdNnz; Wed, 13 Feb 2013 00:08:33 +0100 (CET) Received: from nfdev.cica.es (nfdev.cica.es [IPv6:2a00:9ac0:c1ca:31::220]) by smtp.cica.es (Postfix) with ESMTP id 6568351EEAA; Wed, 13 Feb 2013 00:08:33 +0100 (CET) Subject: [libnftables PATCH] Delete unused includes. To: netfilter-devel@vger.kernel.org From: Arturo Borrero Cc: pneira@us.es Date: Wed, 13 Feb 2013 00:08:31 +0100 Message-ID: <20130212230831.10643.41041.stgit@nfdev.cica.es> User-Agent: StGit/0.15 MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org --- src/expr/match.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/src/expr/match.c b/src/expr/match.c index 0c7427d..9ae849b 100644 --- a/src/expr/match.c +++ b/src/expr/match.c @@ -15,8 +15,6 @@ #include #include /* for memcpy */ #include -#include /* bin to hex*/ -#include /* bin to hex*/ #include