summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ft_printf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_printf.h b/ft_printf.h
index a3024a8..22f6a2a 100644
--- a/ft_printf.h
+++ b/ft_printf.h
@@ -6,14 +6,13 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/12 18:19:47 by dkaiser #+# #+# */
-/* Updated: 2024/03/15 13:04:52 by dkaiser ### ########.fr */
+/* Updated: 2024/03/15 13:33:09 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_PRINTF_H
# define FT_PRINTF_H
-//# include "libft/libft.h"
# include <stdarg.h>
# include <unistd.h>