diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-09-11 21:45:20 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-09-11 21:54:33 -0400 |
| commit | c243bc09d4d891f48643c18246a064548cefe889 (patch) | |
| tree | 3145292ce0871f43897e4ee778fc974631b051a4 /src/core/hle/service/audio/audio.cpp | |
| parent | 1470b85af9027106f16c888bb7f6a97d44fad304 (diff) | |
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.
Diffstat (limited to 'src/core/hle/service/audio/audio.cpp')
| -rw-r--r-- | src/core/hle/service/audio/audio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/audio.cpp b/src/core/hle/service/audio/audio.cpp index 6b5e15633..128df7db5 100644 --- a/src/core/hle/service/audio/audio.cpp +++ b/src/core/hle/service/audio/audio.cpp @@ -15,6 +15,7 @@ #include "core/hle/service/audio/audren_u.h" #include "core/hle/service/audio/codecctl.h" #include "core/hle/service/audio/hwopus.h" +#include "core/hle/service/service.h" namespace Service::Audio { |
