diff options
| author | 2017-05-27 18:07:53 -0700 | |
|---|---|---|
| committer | 2017-05-27 18:41:24 -0700 | |
| commit | e91f2b7663e8be445761b21c26a3a861b6794b04 (patch) | |
| tree | 0617e6895b869f58b3b8fb1ba14dffd6de6781f3 /src/core/hle/applets/swkbd.cpp | |
| parent | Move screen size constants from video_core to core (diff) | |
| download | yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.gz yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.xz yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.zip | |
Remove some unnecessary inclusions of video_core.h
Diffstat (limited to 'src/core/hle/applets/swkbd.cpp')
| -rw-r--r-- | src/core/hle/applets/swkbd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/applets/swkbd.cpp b/src/core/hle/applets/swkbd.cpp index 059297fbc..fdf8807b0 100644 --- a/src/core/hle/applets/swkbd.cpp +++ b/src/core/hle/applets/swkbd.cpp | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include "core/hle/service/gsp_gpu.h" | 14 | #include "core/hle/service/gsp_gpu.h" |
| 15 | #include "core/hle/service/hid/hid.h" | 15 | #include "core/hle/service/hid/hid.h" |
| 16 | #include "core/memory.h" | 16 | #include "core/memory.h" |
| 17 | #include "video_core/video_core.h" | ||
| 18 | 17 | ||
| 19 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 18 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 20 | 19 | ||