pimd: Why was pim including zebra headers?

Remove the inclusion of zebra headers from pim.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-08-30 19:08:11 -04:00
parent 890ca17a08
commit 5330c5e4a8
3 changed files with 0 additions and 5 deletions

View File

@ -19,8 +19,6 @@
#include <zebra.h>
#include "zebra/rib.h"
#include "log.h"
#include "zclient.h"
#include "memory.h"

View File

@ -19,8 +19,6 @@
#include <zebra.h>
#include "zebra/rib.h"
#include "if.h"
#include "log.h"
#include "prefix.h"

View File

@ -18,7 +18,6 @@
*/
#include <zebra.h>
#include "zebra/rib.h"
#include "log.h"
#include "prefix.h"