devices: Add queues params in create_if
[vpp.git] / src / vpp / api / vpe_all_api_h.h
index de91366..7559208 100644 (file)
 /* Include the (first) vlib-api API definition layer */
 #include <vlibmemory/vl_memory_api_h.h>
 
-/* Include the (second) vnet API definition layer */
-#define included_from_layer_3
-#include <vnet/vnet_all_api_h.h>
-#undef included_from_layer_3
-
 /* Include the current layer (third) vpp API definition layer */
+#include <vpp/api/vpe_types.api.h>
 #include <vpp/api/vpe.api.h>
 
-/* Include stats & OAM APIs */
-#include <vpp/stats/stats.api.h>
-#include <vpp/oam/oam.api.h>
-
 /*
  * fd.io coding-style-patch-verification: ON
  *