mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
Do not include netplay header needlessly.
This commit is contained in:
parent
23aa8bbe7a
commit
d8eb5de380
@ -28,7 +28,6 @@
|
||||
#include "rewind.h"
|
||||
#include "movie.h"
|
||||
#include "autosave.h"
|
||||
#include "netplay.h"
|
||||
#include "dynamic.h"
|
||||
#include "cheats.h"
|
||||
#include "audio/ext/ssnes_dsp.h"
|
||||
@ -37,6 +36,10 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
#include "audio/hermite.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user