aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-09-25 13:19:39 -0400
committerLioncash <mathew1800@gmail.com>2020-09-25 13:19:42 -0400
commit966966dc0260077b9e607995e1930afa1a2ecc40 (patch)
treeda2e43d803f4cac813b5c0d1c1a239946e33ea98 /src/audio_core/audio_renderer.h
parent4d4afc150294483e6090626022be55b1dfdfd498 (diff)
audio_core: Remove unnecessary inclusions
Same behavior, but removes header dependencies where they don't need to be.
Diffstat (limited to 'src/audio_core/audio_renderer.h')
-rw-r--r--src/audio_core/audio_renderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/audio_renderer.h b/src/audio_core/audio_renderer.h
index 2bca795ba..2fd93e058 100644
--- a/src/audio_core/audio_renderer.h
+++ b/src/audio_core/audio_renderer.h
@@ -21,7 +21,6 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
-#include "core/hle/kernel/object.h"
#include "core/hle/result.h"
namespace Core::Timing {