]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
reorder includes
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Apr 2009 11:01:18 +0000 (13:01 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Apr 2009 12:12:41 +0000 (14:12 +0200)
util.c

diff --git a/util.c b/util.c
index 40a9568c02486fe65102f5de8df51df0c0764a7e..0a0b43295d123fa56e821243062ba14109fde976 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,5 +1,5 @@
-#include "nl80211.h"
 #include "iw.h"
+#include "nl80211.h"
 
 int mac_addr_n2a(char *mac_addr, unsigned char *arg)
 {