diff options
| author | Joel Challis <git@zvecr.com> | 2023-03-27 20:08:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 20:08:17 +0100 |
| commit | c485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch) | |
| tree | cf250354f738ea94b5295d356489ead04c8339ad /quantum/keymap_common.c | |
| parent | 79b0f9168eafef1642f3223500197bf630a2433f (diff) | |
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/keymap_common.c')
| -rw-r--r-- | quantum/keymap_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 6fcebc3242..0492e6fd1c 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c | |||
| @@ -15,7 +15,8 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include "keymap.h" | 18 | #include "keymap_common.h" |
| 19 | #include "keymap_introspection.h" | ||
| 19 | #include "report.h" | 20 | #include "report.h" |
| 20 | #include "keycode.h" | 21 | #include "keycode.h" |
| 21 | #include "action_layer.h" | 22 | #include "action_layer.h" |
