From c5e61793e9e1f5e4cd24d6abd444e521408c8ee7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 4 Sep 2008 13:33:15 -0700 Subject: [PATCH] Drop unneeded inclusions of ofp-print.h. --- lib/dhcp-client.c | 1 - lib/dpif.c | 1 - lib/rconn.c | 1 - lib/vconn-ssl.c | 1 - lib/vconn-unix.c | 1 - 5 files changed, 5 deletions(-) diff --git a/lib/dhcp-client.c b/lib/dhcp-client.c index f62ce5bb7..70f4e60fc 100644 --- a/lib/dhcp-client.c +++ b/lib/dhcp-client.c @@ -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" diff --git a/lib/dpif.c b/lib/dpif.c index b7b29d96e..b04439f71 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -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" diff --git a/lib/rconn.c b/lib/rconn.c index 57abd858b..7eb93baf3 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -38,7 +38,6 @@ #include #include #include -#include "ofp-print.h" #include "ofpbuf.h" #include "poll-loop.h" #include "sat-math.h" diff --git a/lib/vconn-ssl.c b/lib/vconn-ssl.c index fbf1a7149..ef5885be6 100644 --- a/lib/vconn-ssl.c +++ b/lib/vconn-ssl.c @@ -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" diff --git a/lib/vconn-unix.c b/lib/vconn-unix.c index 1dcba262a..e84674ff8 100644 --- a/lib/vconn-unix.c +++ b/lib/vconn-unix.c @@ -43,7 +43,6 @@ #include #include #include -#include "ofp-print.h" #include "ofpbuf.h" #include "openflow.h" #include "packets.h" -- 2.47.0