summaryrefslogtreecommitdiff
path: root/ofproto/connmgr.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-14 15:20:19 -0700
committerBen Pfaff <blp@ovn.org>2016-04-14 16:38:24 -0700
commitb598f214361bc1ace4eeeecf4d874ada4af40abc (patch)
tree4fa47e7504acadba1d955079e513df3f1e0146f7 /ofproto/connmgr.c
parent1b62572da1ba70eec5e654cff264e75f642f2cc0 (diff)
downloadopenvswitch-b598f214361bc1ace4eeeecf4d874ada4af40abc.tar.gz
Move lib/ofp-actions.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/connmgr.c')
-rw-r--r--ofproto/connmgr.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
index 2649d4431..0c48b7785 100644
--- a/ofproto/connmgr.c
+++ b/ofproto/connmgr.c
@@ -15,19 +15,18 @@
*/
#include <config.h>
-
-#include "connmgr.h"
-
#include <errno.h>
#include <stdlib.h>
+#include "bundles.h"
+#include "connmgr.h"
#include "coverage.h"
#include "fail-open.h"
#include "in-band.h"
#include "odp-util.h"
-#include "ofp-actions.h"
#include "ofproto-provider.h"
#include "openvswitch/dynamic-string.h"
+#include "openvswitch/ofp-actions.h"
#include "openvswitch/ofp-msgs.h"
#include "openvswitch/ofp-util.h"
#include "openvswitch/ofpbuf.h"
@@ -42,8 +41,6 @@
#include "stream.h"
#include "timeval.h"
-#include "bundles.h"
-
VLOG_DEFINE_THIS_MODULE(connmgr);
static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5);