From 70719004070731481ca71998ff9039e7747956ba Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 31 Dec 2020 02:44:53 +1100 Subject: Missed a couple more `#pragma once`s (#11351) --- tests/test_common/test_matrix.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/test_common/test_matrix.h b/tests/test_common/test_matrix.h index 174fc4f227..abfcc24048 100644 --- a/tests/test_common/test_matrix.h +++ b/tests/test_common/test_matrix.h @@ -14,8 +14,7 @@ * along with this program. If not, see . */ -#ifndef TESTS_TEST_COMMON_TEST_MATRIX_H_ -#define TESTS_TEST_COMMON_TEST_MATRIX_H_ +#pragma once #ifdef __cplusplus extern "C" { @@ -28,5 +27,3 @@ void clear_all_keys(void); #ifdef __cplusplus } #endif - -#endif /* TESTS_TEST_COMMON_TEST_MATRIX_H_ */ -- cgit v1.2.3