aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/list.c b/list.c
index b87c69a..d0eae4a 100644
--- a/list.c
+++ b/list.c
@@ -6,11 +6,10 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/29 00:14:50 by cacharle #+# #+# */
-/* Updated: 2019/10/29 00:14:51 by cacharle ### ########.fr */
+/* Updated: 2019/11/05 23:45:42 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
-#include <stdlib.h>
#include "header.h"
t_flist *list_new(t_pformat *content)