ovs-appctl: Document the facility "file" option.
[openvswitch] / lib / vconn.h
index 3c1ffe9c2bb71074c756583b4371c95b26131d96..74b6b49cbf02f6b9f4e5f68bca7784c2a44b04fa 100644 (file)
 #ifndef VCONN_H
 #define VCONN_H 1
 
-#include <assert.h>
 #include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-
-#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;