From 3d8048dcc326b5ae62a7be7b034b7e262a9c92fb Mon Sep 17 00:00:00 2001 From: Nogah Frankel Date: Thu, 26 Jan 2017 14:44:38 +0200 Subject: [PATCH] ifstat: Includes reorder Reorder the includes in misc/ifstat.c to match convention. Signed-off-by: Nogah Frankel Reviewed-by: Jiri Pirko --- misc/ifstat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/ifstat.c b/misc/ifstat.c index 92d67b0c..5bcbcc8e 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;