summaryrefslogtreecommitdiff
path: root/src/audio_core/common.h
diff options
context:
space:
mode:
authorGravatar Lioncash2020-09-25 13:19:39 -0400
committerGravatar Lioncash2020-09-25 13:19:42 -0400
commit966966dc0260077b9e607995e1930afa1a2ecc40 (patch)
treeda2e43d803f4cac813b5c0d1c1a239946e33ea98 /src/audio_core/common.h
parentMerge pull request #4717 from lioncash/debug (diff)
downloadyuzu-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/common.h')
-rw-r--r--src/audio_core/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_core/common.h b/src/audio_core/common.h
index 72ebce221..7b4a1e9e8 100644
--- a/src/audio_core/common.h
+++ b/src/audio_core/common.h
@@ -3,6 +3,7 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once 5#pragma once
6
6#include "common/common_funcs.h" 7#include "common/common_funcs.h"
7#include "common/common_types.h" 8#include "common/common_types.h"
8#include "common/swap.h" 9#include "common/swap.h"