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/led_tables.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'quantum/led_tables.h') diff --git a/quantum/led_tables.h b/quantum/led_tables.h index 8052d566cf..cd3e5d74c1 100644 --- a/quantum/led_tables.h +++ b/quantum/led_tables.h @@ -13,8 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef LED_TABLES_H -#define LED_TABLES_H +#pragma once #include "progmem.h" #include @@ -22,5 +21,3 @@ along with this program. If not, see . #ifdef USE_CIE1931_CURVE extern const uint8_t CIE1931_CURVE[] PROGMEM; #endif - -#endif -- cgit v1.2.3