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
5
bin.h
5
bin.h
|
|
@ -11,8 +11,7 @@
|
|||
* <https://basedwa.re/tmtt/feuille/src/branch/main/LICENSE>.
|
||||
*/
|
||||
|
||||
#ifndef _BIN_H_
|
||||
#define _BIN_H_
|
||||
#pragma once
|
||||
|
||||
#include "feuille.h"
|
||||
|
||||
|
|
@ -21,5 +20,3 @@ int write_paste(char *, unsigned long, char *);
|
|||
|
||||
char *generate_id(int);
|
||||
char *create_url(char *);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue