aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
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 /vswitchd/ovs-vswitchd.c
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 'vswitchd/ovs-vswitchd.c')
-rw-r--r--vswitchd/ovs-vswitchd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c
index 4910d699..359e3ab1 100644
--- a/vswitchd/ovs-vswitchd.c
+++ b/vswitchd/ovs-vswitchd.c
@@ -34,6 +34,7 @@
#include "dummy.h"
#include "leak-checker.h"
#include "netdev.h"
+#include "openflow/openflow.h"
#include "ovsdb-idl.h"
#include "poll-loop.h"
#include "process.h"