From fed47454e36ebef66382319e3f916e0d464d1824 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 15 Mar 2015 03:24:00 +0100 Subject: [PATCH] Move some header includes out of general.h --- general.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/general.h b/general.h index c60d756b7a..f2b327b1ac 100644 --- a/general.h +++ b/general.h @@ -22,7 +22,6 @@ #include #include #include "driver.h" -#include #include "rewind.h" #include "movie.h" #include "autosave.h" @@ -30,7 +29,6 @@ #include #include "core_options.h" #include "core_info.h" -#include #include "gfx/video_viewport.h" #include "playlist.h" @@ -60,10 +58,6 @@ #include "command.h" #endif -#ifdef HAVE_NETWORKING -#include "net_http.h" -#endif - #ifdef __cplusplus extern "C" { #endif