Missed a couple more #pragma once
s (#11351)
This commit is contained in:
parent
6f6e28b4c7
commit
7071900407
2 changed files with 2 additions and 7 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue