aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-21 07:57:18 -0700
committerDave Barach <openvpp@barachs.net>2019-06-26 11:29:09 +0000
commit377860a7394970d339a33717a8c4c8cad328632f (patch)
tree7df08be1924617f7b93009b0b892fff98a23a4dd /src/vnet/ip
parent7db35de508f4ce1f04eb7e28e454829c66f7635a (diff)
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 <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip')
-rw-r--r--src/vnet/ip/punt_api.c1
1 files changed, 0 insertions, 1 deletions
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 <vlibmemory/api.h>
#include <vnet/ip/punt.h>
#include <vnet/ip/ip_types_api.h>
-#include <vlibapi/api_types_inlines.h>
#include <vnet/vnet_msg_enum.h>