Skip to content

Commit 7b27622

Browse files
committed
use pragma once
1 parent afe5af1 commit 7b27622

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tlsf.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef _TLSF_H
2-
#define _TLSF_H
1+
#pragma once
32

43
#include <stddef.h>
54
#include <stdint.h>
@@ -35,5 +34,3 @@ TLSF_API void tlsf_check(tlsf*);
3534
#else
3635
static inline void tlsf_check(tlsf* t) { (void)t; }
3736
#endif
38-
39-
#endif

0 commit comments

Comments
 (0)