mirror of https://git.suyu.dev/suyu/suyu
core/hle/ipc: Remove unnecessary includes
Removes a few inclusion dependencies from the headers or replaces existing ones with ones that don't indirectly include the required headers. This allows removing an inclusion of core/memory.h, meaning that if the memory header is ever changed in the future, it won't result in rebuilding the entirety of the HLE services (as the IPC headers are used quite ubiquitously throughout the HLE service implementations).merge-requests/60/head
parent
cc92c054ec
commit
02bc9e9de1
Loading…
Reference in New Issue