diff options
Diffstat (limited to 'src/e_line.h')
-rw-r--r-- | src/e_line.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <stdint.h> -#include "s_struct.h" +# include <stdint.h> + +# include "s_struct.h" void e_line(t_msh *msh); |