aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/St7789.cpp3
-rw-r--r--src/drivers/St7789.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/drivers/St7789.cpp b/src/drivers/St7789.cpp
index f1917a77..c81f3b58 100644
--- a/src/drivers/St7789.cpp
+++ b/src/drivers/St7789.cpp
@@ -1,4 +1,7 @@
#include "drivers/St7789.h"
+#include <hal/nrf_gpio.h>
+#include <nrfx_log.h>
+#include "drivers/Spi.h"
using namespace Pinetime::Drivers;
diff --git a/src/drivers/St7789.h b/src/drivers/St7789.h
index fcb6f944..45d4b56d 100644
--- a/src/drivers/St7789.h
+++ b/src/drivers/St7789.h
@@ -3,9 +3,7 @@
#include <cstdint>
#include <functional>
-#include <hal/nrf_gpio.h>
-#include <nrfx_log.h>
-#include "drivers/Spi.h"
+#include <FreeRTOS.h>
namespace Pinetime {
namespace Drivers {