Skip to content

Commit

Permalink
Move includes back
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9064 authored and JF002 committed May 1, 2024
1 parent 7b11101 commit 47c1046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/drivers/St7789.cpp
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
4 changes: 1 addition & 3 deletions src/drivers/St7789.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 47c1046

Please sign in to comment.