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/vat/api_format.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vat') diff --git a/src/vat/api_format.c b/src/vat/api_format.c index 3c0b0f9570a..992060df394 100644 --- a/src/vat/api_format.c +++ b/src/vat/api_format.c @@ -58,7 +58,6 @@ #include "vat/json_format.h" #include #include -#include #include #include -- cgit 1.2.3-korg