yuzu/src/core/hle/service/am/applets
Lioncash 02bc9e9de1 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).
2019-03-05 09:53:38 -05:00
..
applets.cpp core/kernel: Remove unnecessary inclusions 2018-12-31 19:04:16 -05:00
applets.h core/kernel: Remove unnecessary inclusions 2018-12-31 19:04:16 -05:00
profile_select.cpp core: Add getter and setter for WebBrowserApplet frontend 2018-12-28 15:32:39 -05:00
profile_select.h applets: Correct event ResetTypes from OneShot to Sticky 2018-12-03 17:27:40 -05:00
software_keyboard.cpp core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
software_keyboard.h core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
stub_applet.cpp am: Return StubApplet instead of nullptr when AppletId not found 2018-11-22 15:58:11 -05:00
stub_applet.h am: Return StubApplet instead of nullptr when AppletId not found 2018-11-22 15:58:11 -05:00
web_browser.cpp core/frontend/applets/web_browser: Include missing headers 2019-01-17 11:25:37 -05:00
web_browser.h applets: Implement LibAppletOff (Web) applet 2018-12-28 15:32:39 -05:00