This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via ca927a72b1f9ea2a583e8a628790d62eb93d430f (commit) from c70e9679f2827bcf9fe520ce2d1d39ca25d42c73 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ca927a72b1f9ea2a583e8a628790d62eb93d430f Author: Mike Holmes mike.holmes@linaro.org Date: Mon Aug 1 15:32:57 2016 -0400
example: odp_traffic_mgmt: remove unused includes
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 mike.holmes@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
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 <stdint.h> -#include <stdio.h> -#include <stdlib.h> #include <unistd.h> #include <signal.h> #include <sys/resource.h> #include <execinfo.h> #include <odp_api.h> -#include <odp/api/plat/packet_types.h> #include <example_debug.h>
#define NUM_SVC_CLASSES 4
-----------------------------------------------------------------------
Summary of changes: example/traffic_mgmt/odp_traffic_mgmt.c | 4 ---- 1 file changed, 4 deletions(-)
hooks/post-receive