Move netplay.h include outside of general.h
This commit is contained in:
parent
e85b2d9709
commit
d7ec815bc9
|
@ -73,10 +73,6 @@
|
||||||
#include <pspthreadman.h>
|
#include <pspthreadman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_NETPLAY
|
|
||||||
#include "netplay.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_COMMAND
|
#ifdef HAVE_COMMAND
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
#include "retroarch_logger.h"
|
#include "retroarch_logger.h"
|
||||||
#include "intl/intl.h"
|
#include "intl/intl.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_NETPLAY
|
||||||
|
#include "netplay.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static void video_frame(const void *data, unsigned width,
|
static void video_frame(const void *data, unsigned width,
|
||||||
unsigned height, size_t pitch)
|
unsigned height, size_t pitch)
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,6 +44,10 @@
|
||||||
#include "frontend/menu/menu_input_line_cb.h"
|
#include "frontend/menu/menu_input_line_cb.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_NETPLAY
|
||||||
|
#include "netplay.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
#include <xtl.h>
|
#include <xtl.h>
|
||||||
|
|
Loading…
Reference in New Issue