From: Alex Ong Date: Sat, 26 Jan 2019 11:44:33 +0000 (+1100) Subject: Removed #include "matrix.h" from debounce.h X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5b119544a4e943b3eb56f6a32f350c428f532f7;p=qmk_firmware.git Removed #include "matrix.h" from debounce.h --- diff --git a/quantum/debounce.h b/quantum/debounce.h index 8397823eb..9ca05c682 100644 --- a/quantum/debounce.h +++ b/quantum/debounce.h @@ -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