summaryrefslogtreecommitdiffstats
path: root/pico-watch.cpp
diff options
context:
space:
mode:
authorConfuSomu2021-02-27 15:11:38 -0500
committerConfuSomu2021-02-27 15:11:38 -0500
commitccf1d4f74eaf9c56fe2ea620ddc6e12746a8b108 (patch)
treeafe107e8b2a8efd7f88670bc77caaff4e9cabe6a /pico-watch.cpp
parent9ccb4e036c2de27126624498e2441faea3004d1f (diff)
downloadpico-watch-ccf1d4f74eaf9c56fe2ea620ddc6e12746a8b108.tar
pico-watch-ccf1d4f74eaf9c56fe2ea620ddc6e12746a8b108.tar.gz
pico-watch-ccf1d4f74eaf9c56fe2ea620ddc6e12746a8b108.zip
Remove unnecessary includes
Diffstat (limited to 'pico-watch.cpp')
-rw-r--r--pico-watch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pico-watch.cpp b/pico-watch.cpp
index e888ba1..181d708 100644
--- a/pico-watch.cpp
+++ b/pico-watch.cpp
@@ -3,7 +3,6 @@
#include "hardware/i2c.h"
#include "hardware/rtc.h"
#include "pico/util/datetime.h"
-#include "oled/ss_oled.h"
#include "init.hpp"
#include "api.hpp"