mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 23:14:34 +00:00
Move netplay.h include outside of general.h
This commit is contained in:
parent
e85b2d9709
commit
d7ec815bc9
@ -73,10 +73,6 @@
|
||||
#include <pspthreadman.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMMAND
|
||||
#include "command.h"
|
||||
#endif
|
||||
|
@ -30,6 +30,10 @@
|
||||
#include "retroarch_logger.h"
|
||||
#include "intl/intl.h"
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
static void video_frame(const void *data, unsigned width,
|
||||
unsigned height, size_t pitch)
|
||||
{
|
||||
|
@ -44,6 +44,10 @@
|
||||
#include "frontend/menu/menu_input_line_cb.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _XBOX
|
||||
#include <xtl.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user