2023-03-28 09:55:08 -04:00
|
|
|
/* ************************************************************************** */
|
|
|
|
/* */
|
|
|
|
/* ::: :::::::: */
|
|
|
|
/* execution_private.h :+: :+: :+: */
|
|
|
|
/* +:+ +:+ +:+ */
|
|
|
|
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
|
|
|
|
/* +#+#+#+#+#+ +#+ */
|
|
|
|
/* Created: 2023/03/28 15:45:53 by cchauvet #+# #+# */
|
2023-03-29 13:07:57 -04:00
|
|
|
/* Updated: 2023/03/29 18:55:22 by cchauvet ### ########.fr */
|
2023-03-28 09:55:08 -04:00
|
|
|
/* */
|
|
|
|
/* ************************************************************************** */
|
|
|
|
|
2023-03-10 06:32:39 -05:00
|
|
|
#ifndef EXECUTION_PRIVATE_H
|
|
|
|
# define EXECUTION_PRIVATE_H
|
|
|
|
# include "../data/data.h"
|
|
|
|
# include "../libftx/libftx.h"
|
|
|
|
# include "../cmd/cmd.h"
|
|
|
|
# include "../env/env.h"
|
|
|
|
# include "../builtins/builtins.h"
|
2023-03-29 13:07:57 -04:00
|
|
|
# include "../utils/utils.h"
|
2023-03-10 06:32:39 -05:00
|
|
|
|
|
|
|
#endif
|