From ebda2ce60f432c29dc54ff0458dbca04d24b780f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 24 Sep 2018 19:29:40 -0500 Subject: [PATCH] device: Remove unneeded includes --- src/device.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/device.c b/src/device.c index 59a59c66..68e44b24 100644 --- a/src/device.c +++ b/src/device.c @@ -31,21 +31,13 @@ #include #include "src/iwd.h" -#include "src/common.h" #include "src/util.h" -#include "src/ie.h" -#include "src/handshake.h" #include "src/wiphy.h" #include "src/scan.h" #include "src/netdev.h" #include "src/dbus.h" -#include "src/network.h" -#include "src/knownnetworks.h" -#include "src/device.h" -#include "src/watchlist.h" -#include "src/ap.h" -#include "src/adhoc.h" #include "src/station.h" +#include "src/device.h" struct device { uint32_t index;