From c243bc09d4d891f48643c18246a064548cefe889 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 11 Sep 2018 21:45:20 -0400 Subject: service/audio: Replace includes with forward declarations where applicable A few headers were including other headers when a forward declaration can be used instead, allowing the include to be moved to the cpp file. --- src/core/hle/service/audio/hwopus.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/hle/service/audio/hwopus.cpp') diff --git a/src/core/hle/service/audio/hwopus.cpp b/src/core/hle/service/audio/hwopus.cpp index 341bfda42..668fef145 100644 --- a/src/core/hle/service/audio/hwopus.cpp +++ b/src/core/hle/service/audio/hwopus.cpp @@ -3,7 +3,12 @@ // Refer to the license.txt file included. #include +#include +#include + #include + +#include "common/common_funcs.h" #include "common/logging/log.h" #include "core/hle/ipc_helpers.h" #include "core/hle/kernel/hle_ipc.h" -- cgit v1.2.3