Merge branch 'frr/pull/240' ("lib, bgpd: clean up headers")

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2017-03-07 16:03:36 +01:00
commit f6e250f850
11 changed files with 6 additions and 9 deletions

View File

@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "hash.h"
#include "memory.h"
#include "vector.h"
#include "vty.h"
#include "log.h"
#include "stream.h"
#include "command.h"

View File

@ -24,7 +24,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "memory.h"
#include "vector.h"
#include "vty.h"
#include "stream.h"
#include "log.h"
#include "hash.h"

View File

@ -31,7 +31,6 @@
#include "buffer.h"
#include "stream.h"
#include "zclient.h"
#include "vty.h"
#include "bfd.h"
#include "lib/json.h"
#include "filter.h"

View File

@ -22,7 +22,6 @@
#include "command.h"
#include "memory.h"
#include "prefix.h"
#include "vty.h"
#include "filter.h"
#include "bgpd.h"

View File

@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "linklist.h"
#include "prefix.h"
#include "vty.h"
#include "sockunion.h"
#include "thread.h"
#include "log.h"

View File

@ -21,7 +21,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include <zebra.h>
#include "vector.h"
#include "vty.h"
#include "command.h"
#include "getopt.h"
#include "thread.h"

View File

@ -22,7 +22,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "filter.h"
#include "vty.h"
#include "routemap.h"
#include "command.h"
#include "linklist.h"

View File

@ -23,7 +23,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "prefix.h"
#include "memory.h"
#include "sockunion.h"
#include "vty.h"
#include "queue.h"
#include "filter.h"
#include "command.h"

View File

@ -24,6 +24,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "qobj.h"
#include "lib/json.h"
#include "vrf.h"
#include "vty.h"
/* For union sockunion. */
#include "queue.h"

View File

@ -27,7 +27,6 @@
#include "plist.h"
#include "sockunion.h"
#include "buffer.h"
#include "stream.h"
#include "log.h"
#include "routemap.h"
#include "lib/json.h"

View File

@ -23,6 +23,11 @@
#ifndef _QUAGGA_PLIST_H
#define _QUAGGA_PLIST_H
#include <zebra.h>
#include "stream.h"
#include "vty.h"
enum prefix_list_type
{
PREFIX_DENY,