aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/hw_lcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hw/hw_lcd.cpp')
-rw-r--r--src/core/hw/hw_lcd.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/core/hw/hw_lcd.cpp b/src/core/hw/hw_lcd.cpp
index ad346c79..fd783a84 100644
--- a/src/core/hw/hw_lcd.cpp
+++ b/src/core/hw/hw_lcd.cpp
@@ -2,10 +2,13 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#include "log.h"
-#include "core.h"
-#include "hw_lcd.h"
-#include "video_core.h"
+#include "common/common_types.h"
+#include "common/log.h"
+
+#include "core/core.h"
+#include "core/hw/hw_lcd.h"
+
+#include "video_core/video_core.h"
namespace LCD {