summaryrefslogtreecommitdiff
path: root/src/audio_core/stream.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-09-18 22:14:26 -0400
committerGravatar GitHub2018-09-18 22:14:26 -0400
commitd85130d7bed7c5c677e2172b05710f00291e8f93 (patch)
tree98c2d9f8e864a0f407220edbfaeb2cacad6e3d84 /src/audio_core/stream.cpp
parentMerge pull request #1351 from ogniK5377/GetDefaultDisplayResolution (diff)
parenttime_stretch: Remove unused <array> include (diff)
downloadyuzu-d85130d7bed7c5c677e2172b05710f00291e8f93.tar.gz
yuzu-d85130d7bed7c5c677e2172b05710f00291e8f93.tar.xz
yuzu-d85130d7bed7c5c677e2172b05710f00291e8f93.zip
Merge pull request #1319 from lioncash/audio
audio_core: Replace includes with forward declarations where applicable.
Diffstat (limited to 'src/audio_core/stream.cpp')
-rw-r--r--src/audio_core/stream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_core/stream.cpp b/src/audio_core/stream.cpp
index 386f2ec66..449db2416 100644
--- a/src/audio_core/stream.cpp
+++ b/src/audio_core/stream.cpp
@@ -7,6 +7,7 @@
7 7
8#include "audio_core/sink.h" 8#include "audio_core/sink.h"
9#include "audio_core/sink_details.h" 9#include "audio_core/sink_details.h"
10#include "audio_core/sink_stream.h"
10#include "audio_core/stream.h" 11#include "audio_core/stream.h"
11#include "common/assert.h" 12#include "common/assert.h"
12#include "common/logging/log.h" 13#include "common/logging/log.h"