From 2fef0c2c7a2c8b7b635c3a73279f979eb607146c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 19:13:56 +0200 Subject: Pipes restructuration in progress --- src/e_line.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/e_line.h') diff --git a/src/e_line.h b/src/e_line.h index 02b7714..66b601c 100644 --- a/src/e_line.h +++ b/src/e_line.h @@ -10,11 +10,12 @@ /* */ /* ************************************************************************** */ -#ifndef E_LCOM_H -#define E_LCOM_H +#ifndef FT_E_LCOM_H +# define FT_E_LCOM_H -#include -#include "s_struct.h" +# include + +# include "s_struct.h" void e_line(t_msh *msh); -- cgit v1.2.3