diff options
Diffstat (limited to 'common/command.c')
-rw-r--r-- | common/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index 13d37242d9..0020d8a17c 100644 --- a/common/command.c +++ b/common/command.c @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "debug.h" #include "util.h" #include "timer.h" -#include "layer.h" +#include "keyboard.h" #include "matrix.h" #include "bootloader.h" #include "command.h" |