From 48c0a216d7d63b6af4446ee3a0d5cd189657222e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 16 Jun 2016 15:40:38 -0500 Subject: [PATCH] wiphy: Rearrange / remove #includes --- src/wiphy.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/wiphy.c b/src/wiphy.c index bf4fcb76..d63d2178 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -33,21 +33,20 @@ #include #include "linux/nl80211.h" + #include "src/iwd.h" +#include "src/common.h" #include "src/ie.h" -#include "src/wiphy.h" +#include "src/crypto.h" #include "src/dbus.h" #include "src/scan.h" #include "src/util.h" -#include "src/common.h" #include "src/eapol.h" -#include "src/agent.h" -#include "src/crypto.h" #include "src/netdev.h" #include "src/mpdu.h" -#include "src/storage.h" #include "src/network.h" #include "src/device.h" +#include "src/wiphy.h" static struct l_genl_family *nl80211 = NULL;