From 377860a7394970d339a33717a8c4c8cad328632f Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 21 Jun 2019 07:57:18 -0700 Subject: api: Remove the inlines file and replace with library functions using inlines exposes the users to the internal data types used by VPP, namely vec.h. This file does not compile with a C++ compiler. Type: feature Change-Id: I1544fdd9eae998309f865df61df78571bdb96903 Signed-off-by: Neale Ranns --- src/vnet/ip/punt_api.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet') diff --git a/src/vnet/ip/punt_api.c b/src/vnet/ip/punt_api.c index 946a0010a0c..b356886a56f 100644 --- a/src/vnet/ip/punt_api.c +++ b/src/vnet/ip/punt_api.c @@ -21,7 +21,6 @@ #include #include #include -#include #include -- cgit 1.2.3-korg