diff options
author | Brian Cully <bjc@kublai.com> | 2018-10-20 21:30:52 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2018-10-20 21:30:52 -0400 |
commit | 467f41325964aac147719fb53f21f965b4829057 (patch) | |
tree | eda703db8b376b67e958cf5988aafeb532654a73 /src | |
parent | 2cbf622e270ac5206c1ba1db838073e3c45efdb4 (diff) | |
download | Kaleidoscope-LayerHighlighter-467f41325964aac147719fb53f21f965b4829057.tar.gz Kaleidoscope-LayerHighlighter-467f41325964aac147719fb53f21f965b4829057.zip |
Update for new plugin API.
Remove LEDUtils and layers.h include.
Diffstat (limited to 'src')
-rw-r--r-- | src/Kaleidoscope-LayerHighlighter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Kaleidoscope-LayerHighlighter.cpp b/src/Kaleidoscope-LayerHighlighter.cpp index 30b9db4..30d0611 100644 --- a/src/Kaleidoscope-LayerHighlighter.cpp +++ b/src/Kaleidoscope-LayerHighlighter.cpp @@ -1,8 +1,6 @@ #include "Kaleidoscope-LayerHighlighter.h" #include "Kaleidoscope-LEDControl.h" -#include "LEDUtils.h" -#include "layers.h" #include <Kaleidoscope.h> |