Break up vpe.api
- makes the VAPI generated file more consumable.
- VOM build times improve.
Change-Id: I838488930bd23a0d3818adfdffdbca3eead382df
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
diff --git a/src/vpp-api/vom/sub_interface_cmds.hpp b/src/vpp-api/vom/sub_interface_cmds.hpp
index 1447bf3..a213232 100644
--- a/src/vpp-api/vom/sub_interface_cmds.hpp
+++ b/src/vpp-api/vom/sub_interface_cmds.hpp
@@ -20,7 +20,7 @@
#include "vom/rpc_cmd.hpp"
#include "vom/sub_interface.hpp"
-#include <vapi/vpe.api.vapi.hpp>
+#include <vapi/interface.api.vapi.hpp>
namespace VOM {
namespace sub_interface_cmds {