diff options
author | bunnei <bunneidev@gmail.com> | 2020-09-25 22:04:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 22:04:26 -0700 |
commit | 891090799c3256852f78b2fa2bcba36914875e6c (patch) | |
tree | 07a769bd9d93454129a8dbd8242bb2dfd3a2c250 /src/audio_core/common.h | |
parent | ad76b00f1e216c7c7078c4ef76f1ee4c50bf61c9 (diff) | |
parent | 966966dc0260077b9e607995e1930afa1a2ecc40 (diff) |
Merge pull request #4720 from lioncash/header
audio_core: Remove unnecessary inclusions
Diffstat (limited to 'src/audio_core/common.h')
-rw-r--r-- | src/audio_core/common.h | 1 |
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 @@ // Refer to the license.txt file included. #pragma once + #include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" |