From c170afc1dbdcf2e5adb1a0d2da6635bd81b7126f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 7 Aug 2009 10:31:34 -0700 Subject: [PATCH] brcompat: Remove no-longer-needed #includes. --- datapath/brcompat.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/datapath/brcompat.c b/datapath/brcompat.c index dfcc768e9..92fcecc21 100644 --- a/datapath/brcompat.c +++ b/datapath/brcompat.c @@ -9,10 +9,8 @@ #include #include #include -#include #include #include -#include #include #include #include @@ -21,7 +19,6 @@ #include "openvswitch/brcompat-netlink.h" #include "brc_procfs.h" #include "datapath.h" -#include "dp_dev.h" static struct genl_family brc_genl_family; static struct genl_multicast_group brc_mc_group; -- 2.43.0