From 5c40ccc04862bd24133ee1d16ada008192348bb5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 30 Sep 2020 16:57:35 +0200 Subject: Normed b_builtins --- src/b_builtins.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/b_builtins.h') diff --git a/src/b_builtins.h b/src/b_builtins.h index 6e09535..15fd0bd 100644 --- a/src/b_builtins.h +++ b/src/b_builtins.h @@ -10,19 +10,19 @@ /* */ /* ************************************************************************** */ -#ifndef B_BUILTINS_H -#define B_BUILTINS_H +#ifndef FT_B_BUILTINS_H +# define FT_B_BUILTINS_H -#include "b_alias.h" -#include "b_cd.h" -#include "b_echo.h" -#include "b_env.h" -#include "b_exit.h" -#include "b_export.h" -#include "b_h.h" -#include "b_pwd.h" -#include "b_type.h" -#include "b_unset.h" -#include "b_sqb.h" +# include "b_alias.h" +# include "b_cd.h" +# include "b_echo.h" +# include "b_env.h" +# include "b_exit.h" +# include "b_export.h" +# include "b_h.h" +# include "b_pwd.h" +# include "b_type.h" +# include "b_unset.h" +# include "b_sqb.h" #endif -- cgit v1.2.3