Suppression include inutile
This commit is contained in:
parent
d1200f346b
commit
61035874a8
|
@ -6,7 +6,7 @@
|
||||||
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/03/08 14:51:16 by erey-bet #+# #+# */
|
/* Created: 2023/03/08 14:51:16 by erey-bet #+# #+# */
|
||||||
/* Updated: 2023/04/08 16:09:53 by erey-bet ### ########.fr */
|
/* Updated: 2023/04/08 16:40:38 by erey-bet ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
@ -14,13 +14,9 @@
|
||||||
# define PHILO_H
|
# define PHILO_H
|
||||||
|
|
||||||
# include "utils/utils.h"
|
# include "utils/utils.h"
|
||||||
# include <stdlib.h>
|
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <pthread.h>
|
|
||||||
# include <sys/wait.h>
|
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <pthread.h>
|
# include <pthread.h>
|
||||||
# include <stdio.h>
|
|
||||||
|
|
||||||
typedef struct s_config
|
typedef struct s_config
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue