aboutsummaryrefslogtreecommitdiff
path: root/lib/vconn.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-03 21:52:39 -0700
committerBen Pfaff <blp@nicira.com>2011-10-04 09:09:03 -0700
commit3021ea6074bcc5a5bc7f1434ade97d84759e8d14 (patch)
tree1961a1f0d6f073ba6a49349f4b4e6de587d9f331 /lib/vconn.h
parentb47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80 (diff)
vconn: Remove unnecessary forward declarations and #includes from header.
This required fix-ups in a few other files that accidentally depended upon vconn.h including those other headers.
Diffstat (limited to 'lib/vconn.h')
-rw-r--r--lib/vconn.h10
1 files changed, 1 insertions, 9 deletions
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 <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;