mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Remove some more includes.
This commit is contained in:
parent
207547b425
commit
1f0710caf7
20 changed files with 42 additions and 53 deletions
|
@ -6,13 +6,12 @@
|
|||
#define _AOSOUNDSTREAM_H_
|
||||
|
||||
#include "SoundStream.h"
|
||||
#include "Thread.h"
|
||||
|
||||
#if defined(HAVE_AO) && HAVE_AO
|
||||
#include <ao/ao.h>
|
||||
#endif
|
||||
|
||||
#include "Thread.h"
|
||||
|
||||
class AOSound : public SoundStream
|
||||
{
|
||||
#if defined(HAVE_AO) && HAVE_AO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue