diff options
| author | 2015-06-27 17:56:17 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:46:39 +0100 | |
| commit | 4964a359e1a82f87a9772140fd1d933c5812c2e7 (patch) | |
| tree | 49bae12a6ba7f7d946bb85fe9d304ab958815609 /src/core/hw/lcd.cpp | |
| parent | Core: Cleanup soc:U includes. (diff) | |
| download | yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.gz yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.tar.xz yuzu-4964a359e1a82f87a9772140fd1d933c5812c2e7.zip | |
Core: Cleanup hw includes.
Diffstat (limited to 'src/core/hw/lcd.cpp')
| -rw-r--r-- | src/core/hw/lcd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/lcd.cpp b/src/core/hw/lcd.cpp index 963c8d981..cdb757a18 100644 --- a/src/core/hw/lcd.cpp +++ b/src/core/hw/lcd.cpp | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 8 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 9 | 9 | ||
| 10 | #include "core/arm/arm_interface.h" | ||
| 11 | #include "core/hle/hle.h" | ||
| 12 | #include "core/hw/hw.h" | 10 | #include "core/hw/hw.h" |
| 13 | #include "core/hw/lcd.h" | 11 | #include "core/hw/lcd.h" |
| 14 | 12 | ||