Drop unneeded inclusions of ofp-print.h.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:33:15 +0000 (13:33 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:53:27 +0000 (13:53 -0700)
lib/dhcp-client.c
lib/dpif.c
lib/rconn.c
lib/vconn-ssl.c
lib/vconn-unix.c

index f62ce5bb79f9d230dbdfc71606483f2e4ff9fd8c..70f4e60fc312e65e0cdcae69b23314e741b87cbb 100644 (file)
@@ -49,7 +49,6 @@
 #include "flow.h"
 #include "netdev.h"
 #include "ofpbuf.h"
-#include "ofp-print.h"
 #include "poll-loop.h"
 #include "sat-math.h"
 #include "timeval.h"
index b7b29d96e7c5ea4f59887413997c9eefefb62200..b04439f71ad96b6b0ff4cd6ed93da5e78f5081ac 100644 (file)
@@ -44,7 +44,6 @@
 #include "netlink.h"
 #include "netlink-protocol.h"
 #include "ofpbuf.h"
-#include "ofp-print.h"
 #include "openflow-netlink.h"
 #include "openflow.h"
 #include "packets.h"
index 57abd858b3240509bfb8729037f6c08ad013795c..7eb93baf33845e355d471731c5754a04b28ec71d 100644 (file)
@@ -38,7 +38,6 @@
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
-#include "ofp-print.h"
 #include "ofpbuf.h"
 #include "poll-loop.h"
 #include "sat-math.h"
index fbf1a7149df16d5df4fdb3a4e4e88806a4a487c8..ef5885be618a3436d982b724505760a70bfcafb5 100644 (file)
@@ -49,7 +49,6 @@
 #include "openflow.h"
 #include "packets.h"
 #include "poll-loop.h"
-#include "ofp-print.h"
 #include "socket-util.h"
 #include "vconn.h"
 #include "vconn-provider.h"
index 1dcba262a9756a88e72e73d9b75420ecbec8c3c2..e84674ff8e235a32ef55e1e9937c1411b1724cec 100644 (file)
@@ -43,7 +43,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include "ofp-print.h"
 #include "ofpbuf.h"
 #include "openflow.h"
 #include "packets.h"