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.
This commit is contained in:
Lioncash
2018-09-11 21:45:20 -04:00
parent 1470b85af9
commit c243bc09d4
7 changed files with 34 additions and 17 deletions

View File

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