summaryrefslogtreecommitdiffstats
path: root/src/ft_b_builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_b_builtins.h')
-rw-r--r--src/ft_b_builtins.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/ft_b_builtins.h b/src/ft_b_builtins.h
deleted file mode 100644
index ed76f70..0000000
--- a/src/ft_b_builtins.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* ft_b_builtins.h :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
-/* */
-/* ************************************************************************** */
-
-#ifndef FT_B_BUILTINS_H
-#define FT_B_BUILTINS_H
-
-#include "ft_b_cd.h"
-#include "ft_b_echo.h"
-#include "ft_b_env.h"
-#include "ft_b_exit.h"
-#include "ft_b_export.h"
-#include "ft_b_pwd.h"
-#include "ft_b_type.h"
-#include "ft_b_unset.h"
-
-#endif