1
0
Fork 0

LED Matrix: Clean up includes (#12197)

This commit is contained in:
Ryan 2021-03-13 11:38:26 +11:00 committed by GitHub
parent 5590c40b5b
commit f236395176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 13 deletions

View file

@ -17,9 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>
#include <stdbool.h>
#include "quantum.h"
#include "led_matrix.h"
#include "progmem.h"
#include "config.h"