aboutsummaryrefslogtreecommitdiff
path: root/philo/include/philo.h
diff options
context:
space:
mode:
Diffstat (limited to 'philo/include/philo.h')
-rw-r--r--philo/include/philo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/philo/include/philo.h b/philo/include/philo.h
index 9566136..308857b 100644
--- a/philo/include/philo.h
+++ b/philo/include/philo.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/17 10:23:19 by dkaiser #+# #+# */
-/* Updated: 2025/01/18 11:36:45 by dkaiser ### ########.fr */
+/* Updated: 2025/01/18 12:46:42 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,7 +17,6 @@
# include <stdlib.h>
# include <stdio.h>
# include <pthread.h>
-# include <sys/time.h>
# include "ft_utils.h"
# define ERR_USAGE "Usage: <nbr_of_philos> <ttd> <tte> <tts> [times_must_eat]"