Header include cleanups

This commit is contained in:
twinaphex 2016-09-03 07:51:11 +02:00
parent 23612cb26f
commit 9191bfa3c0
4 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#include "../../command.h"
#include "../../movie.h"
#include "../../runloop.h"
enum
{

View File

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

View File

@ -24,7 +24,6 @@
#include "../../msg_hash.h"
#include "../../system.h"
#include "../../runloop.h"
#include "../../verbosity.h"
#ifdef ANDROID

View File

@ -24,6 +24,8 @@
#include "netplay_private.h"
#include "../../runloop.h"
/**
* netplay_pre_frame_spectate:
* @netplay : pointer to netplay object