diff options
author | Neale Ranns <nranns@cisco.com> | 2019-06-21 07:57:18 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-06-26 11:29:09 +0000 |
commit | 377860a7394970d339a33717a8c4c8cad328632f (patch) | |
tree | 7df08be1924617f7b93009b0b892fff98a23a4dd /src/vat/api_format.c | |
parent | 7db35de508f4ce1f04eb7e28e454829c66f7635a (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/vat/api_format.c')
-rw-r--r-- | src/vat/api_format.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <vnet/ip/ip_types_api.h> #include <vnet/ethernet/ethernet_types_api.h> -#include <vlibapi/api_types_inlines.h> #include <inttypes.h> #include <sys/stat.h> |