mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 18:00:57 +00:00
Move some header includes out of general.h
This commit is contained in:
parent
892e665f40
commit
fed47454e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user