audio_core: Remove unnecessary inclusions

Same behavior, but removes header dependencies where they don't need to
be.
This commit is contained in:
Lioncash 2020-09-25 13:19:39 -04:00
parent 4d4afc1502
commit 966966dc02
5 changed files with 2 additions and 7 deletions

View file

@ -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 {