mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
AudioCommon: Remove unnecessary headers
Now AudioCommon code won't need to be recompiled if the TAS movie header is ever modified.
This commit is contained in:
@ -5,9 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "AudioCommon/SoundStream.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class CMixer;
|
||||
|
||||
|
Reference in New Issue
Block a user