fix: use `#pragma once' instead of guards
This commit is contained in:
parent
47e6204e08
commit
c2c5440b21
7 changed files with 7 additions and 22 deletions
|
|
@ -11,8 +11,7 @@
|
|||
* <https://basedwa.re/tmtt/feuille/src/branch/main/LICENSE>.
|
||||
*/
|
||||
|
||||
#ifndef _FEUILLE_H_
|
||||
#define _FEUILLE_H_
|
||||
#pragma once
|
||||
|
||||
typedef struct Settings {
|
||||
char *address;
|
||||
|
|
@ -32,5 +31,3 @@ typedef struct Settings {
|
|||
} Settings;
|
||||
|
||||
extern Settings settings;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue