Skip to content

Commit

Permalink
Remove config.h include from quantum files (qmk#19817)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Feb 12, 2023
1 parent ab1dd0f commit 9c6942e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion quantum/led_matrix/led_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include "led_matrix.h"
#include "progmem.h"
#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>
Expand Down
1 change: 0 additions & 1 deletion quantum/rgb_matrix/rgb_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include "rgb_matrix.h"
#include "progmem.h"
#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>
Expand Down
1 change: 0 additions & 1 deletion quantum/split_common/split_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "split_util.h"
#include "matrix.h"
#include "keyboard.h"
#include "config.h"
#include "timer.h"
#include "transport.h"
#include "quantum.h"
Expand Down

0 comments on commit 9c6942e

Please sign in to comment.