Move some header includes out of general.h

This commit is contained in:
twinaphex 2015-03-15 03:24:00 +01:00
parent 892e665f40
commit fed47454e3

View File

@ -22,7 +22,6 @@
#include <limits.h>
#include <setjmp.h>
#include "driver.h"
#include <queues/message_queue.h>
#include "rewind.h"
#include "movie.h"
#include "autosave.h"
@ -30,7 +29,6 @@
#include <compat/strl.h>
#include "core_options.h"
#include "core_info.h"
#include <retro_miscellaneous.h>
#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