Merged,
Maxim.
On 08/01/16 23:58, Bill Fischofer wrote:
On Mon, Aug 1, 2016 at 2:32 PM, Mike Holmes <mike.hol...@linaro.org> wrote:
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.hol...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
---
example/traffic_mgmt/odp_traffic_mgmt.c | 4 ----
1 file changed, 4 deletions(-)
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
--
2.7.4