diff options
| author | 2020-09-25 13:19:39 -0400 | |
|---|---|---|
| committer | 2020-09-25 13:19:42 -0400 | |
| commit | 966966dc0260077b9e607995e1930afa1a2ecc40 (patch) | |
| tree | da2e43d803f4cac813b5c0d1c1a239946e33ea98 /src/audio_core/stream.cpp | |
| parent | Merge pull request #4717 from lioncash/debug (diff) | |
| download | yuzu-966966dc0260077b9e607995e1930afa1a2ecc40.tar.gz yuzu-966966dc0260077b9e607995e1930afa1a2ecc40.tar.xz yuzu-966966dc0260077b9e607995e1930afa1a2ecc40.zip | |
audio_core: Remove unnecessary inclusions
Same behavior, but removes header dependencies where they don't need to
be.
Diffstat (limited to 'src/audio_core/stream.cpp')
| -rw-r--r-- | src/audio_core/stream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/stream.cpp b/src/audio_core/stream.cpp index cb33926bc..4bbb1e0c4 100644 --- a/src/audio_core/stream.cpp +++ b/src/audio_core/stream.cpp | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | #include "common/assert.h" | 12 | #include "common/assert.h" |
| 13 | #include "common/logging/log.h" | 13 | #include "common/logging/log.h" |
| 14 | #include "core/core_timing.h" | 14 | #include "core/core_timing.h" |
| 15 | #include "core/core_timing_util.h" | ||
| 16 | #include "core/settings.h" | 15 | #include "core/settings.h" |
| 17 | 16 | ||
| 18 | namespace AudioCore { | 17 | namespace AudioCore { |