aboutsummaryrefslogtreecommitdiff
path: root/ft_putnbr_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_putnbr_fd.c')
-rw-r--r--ft_putnbr_fd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ft_putnbr_fd.c b/ft_putnbr_fd.c
index 562d289..89cae15 100644
--- a/ft_putnbr_fd.c
+++ b/ft_putnbr_fd.c
@@ -10,8 +10,6 @@
/* */
/* ************************************************************************** */
-#include <unistd.h>
-#include <limits.h>
#include "libft.h"
void ft_putnbr_fd(int n, int fd)