From patchwork Mon Aug 1 19:32:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 73133 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2863214qga; Mon, 1 Aug 2016 12:33:19 -0700 (PDT) X-Received: by 10.129.44.65 with SMTP id s62mr30934183yws.19.1470079999092; Mon, 01 Aug 2016 12:33:19 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t75si7320611qkt.332.2016.08.01.12.33.18; Mon, 01 Aug 2016 12:33:19 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1616B67443; Mon, 1 Aug 2016 19:33:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 86D96611F3; Mon, 1 Aug 2016 19:33:04 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 2CBCE61732; Mon, 1 Aug 2016 19:33:02 +0000 (UTC) Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com [209.85.216.169]) by lists.linaro.org (Postfix) with ESMTPS id 2D4B8610DE for ; Mon, 1 Aug 2016 19:33:01 +0000 (UTC) Received: by mail-qt0-f169.google.com with SMTP id 52so110791912qtq.3 for ; Mon, 01 Aug 2016 12:33:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cOs3bGYQwCXOtkNfJwgMqvpLQsRqkHHH70igfjTnsoI=; b=dGzZsA0FnGRQIpa0KdNLud3urDjVTMjV922tzw/d0nxvIfS9D2IVyUFmachT/drNM1 u1cthSwlM7a6iqJEnUHEG0jks6SAuqZrR1UfuCRWhrNDBYp+C9MvoS3JMv/M1++BPCC0 nkvn/eN5OzvGZkpbl8UP9qukWDDKYhr4Q+IqXq1JFShBTxoCBPTmcCk0C+TBV0fzM/4z jR5ikl86itzmm65DiodIOt2xn9GCi4D4Y3cOVXUV1q3mWog9SfO9++h47MS5YZPGTOD0 VGKZVPlTYIsq6SZ6EVoBfLeTJstifSMwlJ1DqkoGQNW1O8dZyK/f9ZVXHo6hYiTiCvLQ M/FQ== X-Gm-Message-State: AEkoouukzoogOcbA8SCrRECdxcOaxDodWN/swwC7wcvJeEadkLfF8xDTbzIiEhx/6wG8EzLC7pw= X-Received: by 10.200.36.83 with SMTP id d19mr90733742qtd.94.1470079980858; Mon, 01 Aug 2016 12:33:00 -0700 (PDT) Received: from localhost (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id 7sm18441121qkd.25.2016.08.01.12.32.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Aug 2016 12:33:00 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 1 Aug 2016 15:32:57 -0400 Message-Id: <1470079977-12694-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] example: odp_traffic_mgmt: remove unused includes X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Clean up call to internal header and remove unused system headers Fixes: https://bugs.linaro.org/show_bug.cgi?id=2435 Signed-off-by: Mike Holmes --- example/traffic_mgmt/odp_traffic_mgmt.c | 4 ---- 1 file changed, 4 deletions(-) -- 2.7.4 Reviewed-by: Bill Fischofer diff --git a/example/traffic_mgmt/odp_traffic_mgmt.c b/example/traffic_mgmt/odp_traffic_mgmt.c index ff03542..c4f5356 100644 --- a/example/traffic_mgmt/odp_traffic_mgmt.c +++ b/example/traffic_mgmt/odp_traffic_mgmt.c @@ -8,15 +8,11 @@ #define _GNU_SOURCE -#include -#include -#include #include #include #include #include #include -#include #include #define NUM_SVC_CLASSES 4