From 968fbb675ced15552df270cde08f57042e4af313 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 Oct 2015 03:05:47 +0200 Subject: [PATCH] Don't introduce dependencies on RetroArch headers in libretro-common --- libretro-common/include/net/net_http.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretro-common/include/net/net_http.h b/libretro-common/include/net/net_http.h index 44f976f0bd..8205ccf4e8 100644 --- a/libretro-common/include/net/net_http.h +++ b/libretro-common/include/net/net_http.h @@ -21,8 +21,6 @@ #include #include -#include - #ifdef __cplusplus extern "C" { #endif