From ad3e4d6c132ae3e0662972488685517c0cfde153 Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Wed, 11 Sep 2019 23:15:39 +0100
Subject: Tidy up backlight header use to avoid build issues (#6714)

---
 keyboards/mitosis/mitosis.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'keyboards/mitosis')

diff --git a/keyboards/mitosis/mitosis.h b/keyboards/mitosis/mitosis.h
index 4b73f0407a..80476e71c8 100644
--- a/keyboards/mitosis/mitosis.h
+++ b/keyboards/mitosis/mitosis.h
@@ -2,9 +2,6 @@
 #define MITOSIS_H
 
 #include "quantum.h"
-#include "matrix.h"
-#include "backlight.h"
-#include <stddef.h>
 
 #define red_led_off   PORTF |= (1<<5)
 #define red_led_on    PORTF &= ~(1<<5)
-- 
cgit v1.2.3