aboutsummaryrefslogtreecommitdiff
path: root/philo/src
diff options
context:
space:
mode:
Diffstat (limited to 'philo/src')
-rw-r--r--philo/src/ft_utils.c4
-rw-r--r--philo/src/philo_eat.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/philo/src/ft_utils.c b/philo/src/ft_utils.c
index ba5756d..d77ee3f 100644
--- a/philo/src/ft_utils.c
+++ b/philo/src/ft_utils.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/17 11:57:11 by dkaiser #+# #+# */
-/* Updated: 2025/01/21 12:04:22 by dkaiser ### ########.fr */
+/* Updated: 2025/01/28 13:04:10 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include "ft_utils.h"
+#include "philo.h"
int ft_err(const char *str)
{
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)
{