summaryrefslogtreecommitdiff
path: root/quantum/debounce/none.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/debounce/none.c')
-rw-r--r--quantum/debounce/none.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/debounce/none.c b/quantum/debounce/none.c
index 4cff5e05e2..1b8b1dc13a 100644
--- a/quantum/debounce/none.c
+++ b/quantum/debounce/none.c
@@ -14,9 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "matrix.h"
-#include "quantum.h"
-#include <stdlib.h>
+#include "debounce.h"
#include <string.h>
void debounce_init(uint8_t num_rows) {}