diff options
Diffstat (limited to 'ft_putendl_fd.c')
| -rw-r--r-- | ft_putendl_fd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ft_putendl_fd.c b/ft_putendl_fd.c index 8b77884..399b03e 100644 --- a/ft_putendl_fd.c +++ b/ft_putendl_fd.c @@ -10,7 +10,6 @@ /* */ /* ************************************************************************** */ -#include <limits.h> #include "libft.h" void ft_putendl_fd(char *s, int fd) |
