service/gsp: Migrate gsp_lcd to ServiceFramework

This commit is contained in:
NarcolepticK
2018-06-27 10:40:37 -04:00
parent 438751075f
commit 188979b3e2
5 changed files with 22 additions and 23 deletions

View File

@@ -9,6 +9,7 @@
#include "common/common_types.h"
#include "core/hle/result.h"
#include "core/hle/service/gsp/gsp_gpu.h"
#include "core/hle/service/gsp/gsp_lcd.h"
namespace Service {
namespace GSP {