]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ifstat: Includes reorder
authorNogah Frankel <nogahf@mellanox.com>
Thu, 26 Jan 2017 12:44:38 +0000 (14:44 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 3 Feb 2017 17:20:15 +0000 (09:20 -0800)
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>
misc/ifstat.c

index 92d67b0c5fd1222ebfe8937ef38043ef05f4b93e..5bcbcc8eac606b7476d40a592de0b5c0cbdb1239 100644 (file)
 #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;