Header include cleanups
This commit is contained in:
parent
23612cb26f
commit
9191bfa3c0
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "../../command.h"
|
||||
#include "../../movie.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "../../movie.h"
|
||||
#include "../../msg_hash.h"
|
||||
#include "../../content.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../version.h"
|
||||
|
||||
bool netplay_get_nickname(netplay_t *netplay, int fd)
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "../../msg_hash.h"
|
||||
#include "../../system.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifdef ANDROID
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "netplay_private.h"
|
||||
|
||||
#include "../../runloop.h"
|
||||
|
||||
/**
|
||||
* netplay_pre_frame_spectate:
|
||||
* @netplay : pointer to netplay object
|
||||
|
|
Loading…
Reference in New Issue