mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
zebra: Fix include order for build
This commit is contained in:
parent
b339bde737
commit
1d666fcb50
@ -31,7 +31,6 @@
|
|||||||
#include "nexthop.h"
|
#include "nexthop.h"
|
||||||
#include "vrf.h"
|
#include "vrf.h"
|
||||||
#include "mpls.h"
|
#include "mpls.h"
|
||||||
#include "lib/json.h"
|
|
||||||
#include "routemap.h"
|
#include "routemap.h"
|
||||||
|
|
||||||
#include "zebra/zserv.h"
|
#include "zebra/zserv.h"
|
||||||
@ -41,6 +40,7 @@
|
|||||||
#include "zebra/redistribute.h"
|
#include "zebra/redistribute.h"
|
||||||
#include "zebra/zebra_routemap.h"
|
#include "zebra/zebra_routemap.h"
|
||||||
#include "zebra/zebra_static.h"
|
#include "zebra/zebra_static.h"
|
||||||
|
#include "lib/json.h"
|
||||||
|
|
||||||
extern int allow_delete;
|
extern int allow_delete;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user