summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/led.h')
-rw-r--r--tmk_core/common/led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h
index 81c664d606..0fe38ea035 100644
--- a/tmk_core/common/led.h
+++ b/tmk_core/common/led.h
@@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "stdint.h"
-#include "stdbool.h"
+#include <stdint.h>
+#include <stdbool.h>
/* FIXME: Add doxygen comments here. */