From 80bc91477ad8947f2556316c0da65f9a8cffbceb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 9 Jan 2017 02:19:16 +0100 Subject: [PATCH] Remove header include --- network/net_http_special.c | 1 - 1 file changed, 1 deletion(-) diff --git a/network/net_http_special.c b/network/net_http_special.c index cda037c098..f3aae2e6f3 100644 --- a/network/net_http_special.c +++ b/network/net_http_special.c @@ -20,7 +20,6 @@ #include #include -#include "../performance_counters.h" #include "net_http_special.h" int net_http_get(const char **result, size_t *size, const char *url, retro_time_t *timeout)