Missed a couple more #pragma once
s (#11351)
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user