From 9366ed728280f4875ebbba9c0ef1eade03c96d35 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 16 Dec 2020 14:27:23 +1100 Subject: Normalise include statements in keyboard code (#11185) --- keyboards/handwired/promethium/promethium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/handwired/promethium/promethium.h') diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h index b8d6352201..f35e5429bd 100644 --- a/keyboards/handwired/promethium/promethium.h +++ b/keyboards/handwired/promethium/promethium.h @@ -1,7 +1,7 @@ #ifndef PROMETHIUM_H #define PROMETHIUM_H -#include "stdint.h" +#include void battery_poll(uint8_t level); void led_set_kb(uint8_t usb_led); -- cgit v1.2.3