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/rgb_matrix.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'quantum/rgb_matrix.h') diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h index 1fd016d79a..8c80c1bff0 100644 --- a/quantum/rgb_matrix.h +++ b/quantum/rgb_matrix.h @@ -16,8 +16,7 @@ * along with this program. If not, see . */ -#ifndef RGB_MATRIX_H -#define RGB_MATRIX_H +#pragma once #include #include @@ -226,5 +225,3 @@ extern last_hit_t g_last_hit_tracker; #ifdef RGB_MATRIX_FRAMEBUFFER_EFFECTS extern uint8_t g_rgb_frame_buffer[MATRIX_ROWS][MATRIX_COLS]; #endif - -#endif -- cgit v1.2.3