Move netplay.h include outside of general.h

This commit is contained in:
twinaphex 2014-10-20 21:32:53 +02:00
parent e85b2d9709
commit d7ec815bc9
4 changed files with 12 additions and 4 deletions

View File

@ -73,10 +73,6 @@
#include <pspthreadman.h>
#endif
#ifdef HAVE_NETPLAY
#include "netplay.h"
#endif
#ifdef HAVE_COMMAND
#include "command.h"
#endif

View File

@ -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)
{

View File

@ -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>

View File

@ -24,6 +24,10 @@
#include "frontend/menu/menu_common.h"
#endif
#ifdef HAVE_NETPLAY
#include "netplay.h"
#endif
static void set_volume(float gain)
{
char msg[PATH_MAX];