There was an error fetching the commit references. Please try again later.
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.
Showing
- src/core/hle/service/audio/audio.cpp 1 addition, 0 deletionssrc/core/hle/service/audio/audio.cpp
- src/core/hle/service/audio/audio.h 3 additions, 1 deletionsrc/core/hle/service/audio/audio.h
- src/core/hle/service/audio/audout_u.cpp 17 additions, 0 deletionssrc/core/hle/service/audio/audout_u.cpp
- src/core/hle/service/audio/audout_u.h 4 additions, 13 deletionssrc/core/hle/service/audio/audout_u.h
- src/core/hle/service/audio/audren_u.cpp 4 additions, 2 deletionssrc/core/hle/service/audio/audren_u.cpp
- src/core/hle/service/audio/audren_u.h 0 additions, 1 deletionsrc/core/hle/service/audio/audren_u.h
- src/core/hle/service/audio/hwopus.cpp 5 additions, 0 deletionssrc/core/hle/service/audio/hwopus.cpp
Loading
Please register or sign in to comment