Skip to content

Commit

Permalink
[BUG] Fix Key Override includes (#13831)
Browse files Browse the repository at this point in the history
* [BUG] Fix Key Override includes

* simplify includes
  • Loading branch information
drashna authored Aug 1, 2021
1 parent 53683e8 commit ebed2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/process_keycode/process_key_override.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "quantum.h"
#include "report.h"
#include "timer.h"
#include "process_key_override_private.h"
#include "process_key_override.h"

#include <debug.h>

Expand Down

0 comments on commit ebed2e9

Please sign in to comment.