Missed a couple more #pragma onces (#11351)

This commit is contained in:
Ryan
2020-12-31 02:44:53 +11:00
committed by Drashna Jael're
parent bc0f45f9fd
commit c239c7c028
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -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_ */