[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1485434681-33947-2-git-send-email-nogahf@mellanox.com>
Date: Thu, 26 Jan 2017 14:44:38 +0200
From: Nogah Frankel <nogahf@...lanox.com>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org, roopa@...ulusnetworks.com,
roszenrami@...il.com, jbenc@...hat.com,
sergei.shtylyov@...entembedded.com, jiri@...lanox.com,
eladr@...lanox.com, idosch@...lanox.com, yotamg@...lanox.com,
ogerlitz@...lanox.com, Nogah Frankel <nogahf@...lanox.com>
Subject: [PATCH iproute2 v5 1/4] ifstat: Includes reorder
Reorder the includes in misc/ifstat.c to match convention.
Signed-off-by: Nogah Frankel <nogahf@...lanox.com>
Reviewed-by: Jiri Pirko <jiri@...lanox.com>
---
misc/ifstat.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/ifstat.c b/misc/ifstat.c
index 92d67b0..5bcbcc8 100644
--- a/misc/ifstat.c
+++ b/misc/ifstat.c
@@ -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;
--
2.4.3
Powered by blists - more mailing lists