Suppression include inutile

This commit is contained in:
Etienne Rey-bethbeder 2023-04-08 16:41:27 +02:00
parent d1200f346b
commit 61035874a8

View file

@ -6,7 +6,7 @@
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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
# include "utils/utils.h"
# include <stdlib.h>
# include <unistd.h>
# include <pthread.h>
# include <sys/wait.h>
# include <sys/time.h>
# include <pthread.h>
# include <stdio.h>
typedef struct s_config
{