More header include removals

This commit is contained in:
twinaphex 2017-01-13 16:41:08 +01:00
parent 952f5e8d6e
commit fad63aa036
4 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,7 @@
#include <malloc.h>
#include "../audio_driver.h"
#include "../../configuration.h"
#include "../../performance_counters.h"
#include "../../runloop.h"

View File

@ -22,7 +22,6 @@
#include <rthreads/rthreads.h>
#include "../audio_driver.h"
#include "../../configuration.h"
/* Helper macros, COM-style. */
#define SLObjectItf_Realize(a, ...) ((*(a))->Realize(a, __VA_ARGS__))

View File

@ -20,7 +20,6 @@
#include <queues/fifo_queue.h>
#include "../audio_driver.h"
#include "../../configuration.h"
#include "../../defines/ps3_defines.h"

View File

@ -30,7 +30,6 @@
#endif
#include "../audio_driver.h"
#include "../../configuration.h"
typedef struct psp_audio
{