From 48f4768d33313e6a6ed48c31f95eb44feda10a51 Mon Sep 17 00:00:00 2001
From: Ryan
Date: Sat, 26 Dec 2020 15:53:12 +1100
Subject: Change include guards in quantum/ to pragma once (#11239)
---
quantum/color.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'quantum/color.h')
diff --git a/quantum/color.h b/quantum/color.h
index f0ee782757..7448168b3a 100644
--- a/quantum/color.h
+++ b/quantum/color.h
@@ -14,8 +14,7 @@
* along with this program. If not, see .
*/
-#ifndef COLOR_H
-#define COLOR_H
+#pragma once
#include
#include
@@ -86,4 +85,3 @@ RGB hsv_to_rgb_nocie(HSV hsv);
#ifdef RGBW
void convert_rgb_to_rgbw(LED_TYPE *led);
#endif
-#endif // COLOR_H
--
cgit v1.2.3