From: Nogah Frankel Date: Thu, 26 Jan 2017 12:44:38 +0000 (+0200) Subject: ifstat: Includes reorder X-Git-Tag: v4.10.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8048dcc326b5ae62a7be7b034b7e262a9c92fb;p=thirdparty%2Fiproute2.git ifstat: Includes reorder Reorder the includes in misc/ifstat.c to match convention. Signed-off-by: Nogah Frankel Reviewed-by: Jiri Pirko --- diff --git a/misc/ifstat.c b/misc/ifstat.c index 92d67b0c5..5bcbcc8ea 100644 --- a/misc/ifstat.c +++ b/misc/ifstat.c @@ -28,12 +28,12 @@ #include #include -#include -#include #include #include -#include +#include "libnetlink.h" +#include "json_writer.h" +#include "SNAPSHOT.h" int dump_zeros; int reset_history;