]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Removed #include "matrix.h" from debounce.h
authorAlex Ong <the.onga@gmail.com>
Sat, 26 Jan 2019 11:44:33 +0000 (22:44 +1100)
committerAlex Ong <the.onga@gmail.com>
Sat, 26 Jan 2019 11:44:33 +0000 (22:44 +1100)
quantum/debounce.h

index 8397823ebb979542c7657095a561dddb92c8ff3f..9ca05c6824ad4f9319bd629e3dd8cb7053036677 100644 (file)
@@ -1,7 +1,5 @@
 #pragma once
 
-#include "matrix.h"
-
 // raw is the current key state
 // on entry cooked is the previous debounced state
 // on exit cooked is the current debounced state