diff options
author | ConfuSomu | 2021-02-27 15:11:38 -0500 |
---|---|---|
committer | ConfuSomu | 2021-02-27 15:11:38 -0500 |
commit | ccf1d4f74eaf9c56fe2ea620ddc6e12746a8b108 (patch) | |
tree | afe107e8b2a8efd7f88670bc77caaff4e9cabe6a /pico-watch.cpp | |
parent | 9ccb4e036c2de27126624498e2441faea3004d1f (diff) | |
download | pico-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.cpp | 1 |
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" |