aboutsummaryrefslogtreecommitdiff
path: root/philo/src/philo_eat.c
diff options
context:
space:
mode:
Diffstat (limited to 'philo/src/philo_eat.c')
-rw-r--r--philo/src/philo_eat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/philo/src/philo_eat.c b/philo/src/philo_eat.c
index e3647ab..3a0208e 100644
--- a/philo/src/philo_eat.c
+++ b/philo/src/philo_eat.c
@@ -6,13 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/21 18:15:40 by dkaiser #+# #+# */
-/* Updated: 2025/01/27 14:52:54 by dkaiser ### ########.fr */
+/* Updated: 2025/01/28 13:05:31 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include "ft_utils.h"
#include "philo.h"
-#include <pthread.h>
static void take_fork(t_philo *philo, t_fork *fork)
{