mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -10,10 +10,9 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "Common.h"
|
||||
#include "SoundStream.h"
|
||||
|
||||
#include "Thread.h"
|
||||
#include "AudioCommon/SoundStream.h"
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
class PulseAudio : public SoundStream
|
||||
{
|
||||
|
Reference in New Issue
Block a user