X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=74b6b49cbf02f6b9f4e5f68bca7784c2a44b04fa;hb=f6d1465cec98fd7e83845d24fb394145bbbcf531;hp=3c1ffe9c2bb71074c756583b4371c95b26131d96;hpb=43d1478b1690ecd0ef6b63890bc13438c1914e47;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 3c1ffe9c..74b6b49c 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -17,12 +17,8 @@ #ifndef VCONN_H #define VCONN_H 1 -#include #include -#include -#include - -#include "flow.h" +#include "openvswitch/types.h" #ifdef __cplusplus extern "C" { @@ -30,10 +26,6 @@ extern "C" { struct list; struct ofpbuf; -struct ofp_action_header; -struct ofp_header; -struct ofp_match; -struct ofp_stats_msg; struct pvconn; struct vconn;