summaryrefslogtreecommitdiff
path: root/ofproto/fail-open.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-07-01 14:13:56 -0700
committerJustin Pettit <jpettit@nicira.com>2011-07-01 14:13:56 -0700
commit5bee6e2638989aff14429c5a85fa7cef196f2106 (patch)
tree4aed6c5ba7f34826995ba766c4f875632759aa73 /ofproto/fail-open.c
parentb69fe6b1031990bd9c86993864f43ecd89f62717 (diff)
downloadopenvswitch-5bee6e2638989aff14429c5a85fa7cef196f2106.tar.gz
ofproto: Rename "private.h" to "ofproto->provider.h".
To be more consistent with other providers, rename "private.h" to "ofproto-provider.h".
Diffstat (limited to 'ofproto/fail-open.c')
-rw-r--r--ofproto/fail-open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/fail-open.c b/ofproto/fail-open.c
index 197e5183e..541bb054b 100644
--- a/ofproto/fail-open.c
+++ b/ofproto/fail-open.c
@@ -26,9 +26,9 @@
#include "ofp-util.h"
#include "ofpbuf.h"
#include "ofproto.h"
+#include "ofproto-provider.h"
#include "pktbuf.h"
#include "poll-loop.h"
-#include "private.h"
#include "rconn.h"
#include "timeval.h"
#include "vconn.h"