Browse Source

Remove `config.h` include from quantum files (#19817)

pull/19821/head
jack 1 year ago
committed by GitHub
parent
commit
9c6942ea40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions
  1. +0
    -1
      quantum/led_matrix/led_matrix.c
  2. +0
    -1
      quantum/rgb_matrix/rgb_matrix.c
  3. +0
    -1
      quantum/split_common/split_util.c

+ 0
- 1
quantum/led_matrix/led_matrix.c View File

@ -19,7 +19,6 @@
#include "led_matrix.h"
#include "progmem.h"
#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>


+ 0
- 1
quantum/rgb_matrix/rgb_matrix.c View File

@ -18,7 +18,6 @@
#include "rgb_matrix.h"
#include "progmem.h"
#include "config.h"
#include "eeprom.h"
#include <string.h>
#include <math.h>


+ 0
- 1
quantum/split_common/split_util.c View File

@ -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"


Loading…
Cancel
Save