remove unnecessary include
This commit is contained in:
parent
ca60bb907f
commit
6e337dc97d
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include "../includes/struct.h"
|
#include "../includes/struct.h"
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
Jeton *nouveau_jeton(void) {
|
Jeton *nouveau_jeton(void) {
|
||||||
Jeton *jeton = malloc(sizeof(Jeton));
|
Jeton *jeton = malloc(sizeof(Jeton));
|
||||||
|
|
Reference in a new issue