mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-29 05:45:30 +00:00
ifstat: Includes reorder
Reorder the includes in misc/ifstat.c to match convention. Signed-off-by: Nogah Frankel <nogahf@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com>
This commit is contained in:
parent
d65a744cdb
commit
3d8048dcc3
@ -28,12 +28,12 @@
|
||||
#include <math.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include <libnetlink.h>
|
||||
#include <json_writer.h>
|
||||
#include <linux/if.h>
|
||||
#include <linux/if_link.h>
|
||||
|
||||
#include <SNAPSHOT.h>
|
||||
#include "libnetlink.h"
|
||||
#include "json_writer.h"
|
||||
#include "SNAPSHOT.h"
|
||||
|
||||
int dump_zeros;
|
||||
int reset_history;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user