Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 lib/ofp-print.c |    8 --------
 lib/ofp-print.h |    4 +---
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index e899df3..e3a70ab 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -17,23 +17,17 @@
 #include <config.h>
 #include "ofp-print.h"
 
-#include <errno.h>
 #include <inttypes.h>
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <sys/wait.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <ctype.h>
 
-#include "bundle.h"
 #include "byte-order.h"
 #include "compiler.h"
 #include "dynamic-string.h"
 #include "flow.h"
-#include "learn.h"
-#include "multipath.h"
-#include "meta-flow.h"
 #include "netdev.h"
 #include "nx-match.h"
 #include "ofp-actions.h"
@@ -44,14 +38,12 @@
 #include "openflow/openflow.h"
 #include "openflow/nicira-ext.h"
 #include "packets.h"
-#include "type-props.h"
 #include "unaligned.h"
 #include "util.h"
 
 static void ofp_print_queue_name(struct ds *string, uint32_t port);
 static void ofp_print_error(struct ds *, enum ofperr);
 
-
 /* Returns a string that represents the contents of the Ethernet frame in the
  * 'len' bytes starting at 'data'.  The caller must free the returned string.*/
 char *
diff --git a/lib/ofp-print.h b/lib/ofp-print.h
index 825e139..322dc79 100644
--- a/lib/ofp-print.h
+++ b/lib/ofp-print.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2009, 2011, 2012 Nicira, Inc.
+ * Copyright (c) 2008, 2009, 2011, 2012, 2013 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@
 #ifndef OFP_PRINT_H
 #define OFP_PRINT_H 1
 
-#include <stdint.h>
 #include <stdio.h>
 
 struct ds;
 struct ofp10_match;
-struct ofp_flow_mod;
 struct ofp_header;
 struct ofputil_flow_stats;
 
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to