diff options
author | Brian Cully <bjc@kublai.com> | 2022-06-11 17:38:51 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-06-11 17:38:51 -0400 |
commit | 45547773182fcf5a5e1a2dc0ef769d3096ca2032 (patch) | |
tree | d38773d406039c649af5075d6cf658700f6d2708 /src | |
parent | 4569692f1eaf3281c3a7274652b4a4b389c329e7 (diff) | |
download | Kaleidoscope-LayerHighlighter-45547773182fcf5a5e1a2dc0ef769d3096ca2032.tar.gz Kaleidoscope-LayerHighlighter-45547773182fcf5a5e1a2dc0ef769d3096ca2032.zip |
Remove unused header.
Diffstat (limited to 'src')
-rw-r--r-- | src/Kaleidoscope-LayerHighlighter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kaleidoscope-LayerHighlighter.cpp b/src/Kaleidoscope-LayerHighlighter.cpp index 798aab6..c3ea7b1 100644 --- a/src/Kaleidoscope-LayerHighlighter.cpp +++ b/src/Kaleidoscope-LayerHighlighter.cpp @@ -1,7 +1,6 @@ #include "Kaleidoscope-LayerHighlighter.h" #include "kaleidoscope/KeyAddr.h" // for KeyAddr -#include "kaleidoscope/Runtime.h" // for Runtime, Runtime_ #include "kaleidoscope/plugin/LEDControl.h" // for LEDControl #include "kaleidoscope/plugin/LEDControl/LEDUtils.h" // for breathe_compute |