diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-31 02:44:53 +1100 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:12 -0800 |
commit | c239c7c028f4e0bf982751022b27b2b411912dc3 (patch) | |
tree | 52aba27a2f87d49e557a022b255f6361c13e21fa /tests | |
parent | bc0f45f9fdb1d06cce319b62095e695f2fe60c7a (diff) |
Missed a couple more `#pragma once`s (#11351)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_common/test_matrix.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>. */ -#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_ */ |