[ovs-dev] [includes 09/11] nx-match: Remove unneeded #includes.

Ben Pfaff blp at nicira.com
Thu May 23 04:37:42 UTC 2013


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/nx-match.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/nx-match.c b/lib/nx-match.c
index a91d56b..916d00d 100644
--- a/lib/nx-match.c
+++ b/lib/nx-match.c
@@ -20,7 +20,7 @@
 
 #include <netinet/icmp6.h>
 
-#include "classifier.h"
+#include "byte-order.h"
 #include "dynamic-string.h"
 #include "meta-flow.h"
 #include "ofp-actions.h"
@@ -28,9 +28,6 @@
 #include "ofp-util.h"
 #include "ofpbuf.h"
 #include "openflow/nicira-ext.h"
-#include "packets.h"
-#include "unaligned.h"
-#include "util.h"
 #include "vlog.h"
 
 VLOG_DEFINE_THIS_MODULE(nx_match);
-- 
1.7.10.4




More information about the dev mailing list