Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when

including vppinfra header files.

Change-Id: I961c602e0ccd2048fac633b5aeebb8c3cd0899fb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2016-03-14 00:10:24 -04:00
committed by Gerrit Code Review
parent ac26da5b53
commit 526b5e8546
4 changed files with 8 additions and 9 deletions

View File

@ -11,14 +11,13 @@ nil
#include <vlib/vlib.h>
#include <vnet/vnet.h>
#include <vnet/pg/pg.h>
#include <clib/error.h>
#include <vnet/ip/ip.h>
#include <vnet/ethernet/ethernet.h>
#include <clib/hash.h>
#include <clib/error.h>
#include <clib/elog.h>
#include <vppinfra/hash.h>
#include <vppinfra/error.h>
#include <vppinfra/elog.h>
typedef struct {
/* convenience */