From cff08afd147aefb825b88b4c3bf142632ebd679c Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 9 Sep 2019 09:49:12 -0700 Subject: [PATCH] network: remove hotspot.h include --- src/network.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network.c b/src/network.c index b8816ab0..57254cde 100644 --- a/src/network.c +++ b/src/network.c @@ -49,7 +49,6 @@ #include "src/network.h" #include "src/blacklist.h" #include "src/util.h" -#include "src/hotspot.h" static uint32_t known_networks_watch;