diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/vom/vom/gbp_vxlan_cmds.cpp | 2 | ||||
-rw-r--r-- | extras/vom/vom/interface_cmds.hpp | 1 | ||||
-rw-r--r-- | extras/vom/vom/interface_factory.hpp | 1 | ||||
-rw-r--r-- | extras/vom/vom/tap_interface_cmds.cpp | 2 | ||||
-rw-r--r-- | extras/vom/vom/tap_interface_cmds.hpp | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/extras/vom/vom/gbp_vxlan_cmds.cpp b/extras/vom/vom/gbp_vxlan_cmds.cpp index 90a77fbb896..a3565902b5d 100644 --- a/extras/vom/vom/gbp_vxlan_cmds.cpp +++ b/extras/vom/vom/gbp_vxlan_cmds.cpp @@ -15,8 +15,6 @@ #include "vom/gbp_vxlan_cmds.hpp" -#include <vapi/tap.api.vapi.hpp> - namespace VOM { namespace gbp_vxlan_cmds { create_cmd::create_cmd(HW::item<handle_t>& item, diff --git a/extras/vom/vom/interface_cmds.hpp b/extras/vom/vom/interface_cmds.hpp index 13a47e6a6d7..218d4b083d1 100644 --- a/extras/vom/vom/interface_cmds.hpp +++ b/extras/vom/vom/interface_cmds.hpp @@ -25,7 +25,6 @@ #include <vapi/af_packet.api.vapi.hpp> #include <vapi/interface.api.vapi.hpp> -#include <vapi/tap.api.vapi.hpp> #include <vapi/vhost_user.api.vapi.hpp> #include <vapi/vpe.api.vapi.hpp> diff --git a/extras/vom/vom/interface_factory.hpp b/extras/vom/vom/interface_factory.hpp index c90c7942c52..fef2b638c18 100644 --- a/extras/vom/vom/interface_factory.hpp +++ b/extras/vom/vom/interface_factory.hpp @@ -28,7 +28,6 @@ #include <vapi/bond.api.vapi.hpp> #include <vapi/interface.api.vapi.hpp> #include <vapi/pipe.api.vapi.hpp> -#include <vapi/tap.api.vapi.hpp> #include <vapi/tapv2.api.vapi.hpp> #include <vapi/vhost_user.api.vapi.hpp> diff --git a/extras/vom/vom/tap_interface_cmds.cpp b/extras/vom/vom/tap_interface_cmds.cpp index ffe3e97ba0c..1d16aff217e 100644 --- a/extras/vom/vom/tap_interface_cmds.cpp +++ b/extras/vom/vom/tap_interface_cmds.cpp @@ -15,10 +15,8 @@ #include "vom/tap_interface_cmds.hpp" -#include <vapi/tap.api.vapi.hpp> #include <vapi/tapv2.api.vapi.hpp> -DEFINE_VAPI_MSG_IDS_TAP_API_JSON; DEFINE_VAPI_MSG_IDS_TAPV2_API_JSON; namespace VOM { diff --git a/extras/vom/vom/tap_interface_cmds.hpp b/extras/vom/vom/tap_interface_cmds.hpp index 84720fa3f8e..386dafaa648 100644 --- a/extras/vom/vom/tap_interface_cmds.hpp +++ b/extras/vom/vom/tap_interface_cmds.hpp @@ -22,7 +22,6 @@ #include "vom/rpc_cmd.hpp" #include <vapi/interface.api.vapi.hpp> -#include <vapi/tap.api.vapi.hpp> #include <vapi/tapv2.api.vapi.hpp> namespace VOM { |