1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-24 13:06:29 -05:00

stream: Replace includes with forward declarations where applicable

Avoids propagating includes in headers where it's not necessary to do
so.
This commit is contained in:
Lioncash
2018-09-14 12:06:00 -04:00
parent 1adbcd54fe
commit 2fd124bc93
2 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
#include "audio_core/sink.h"
#include "audio_core/sink_details.h"
#include "audio_core/sink_stream.h"
#include "audio_core/stream.h"
#include "common/assert.h"
#include "common/logging/log.h"