From bacf22e200cbf5d6ccfa82d6ad7776613b98c4a2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 17:35:31 +0200 Subject: Norming b_export --- src/b_export.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/b_export.h') diff --git a/src/b_export.h b/src/b_export.h index 2634349..165fae4 100644 --- a/src/b_export.h +++ b/src/b_export.h @@ -10,13 +10,13 @@ /* */ /* ************************************************************************** */ -#ifndef B_EXPORT_H -#define B_EXPORT_H +#ifndef FT_B_EXPORT_H +# define FT_B_EXPORT_H -#include -#include +# include +# include -#include "s_struct.h" +# include "s_struct.h" t_bool check_valid_identifier(const char arg[]); t_bool check_equals(const char *arg); -- cgit v1.2.3