mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
env refactor: split imports over multiple files
This allows for potentially faster recompilation, by not triggering recompilation for all env files if env_manip changes
This commit is contained in:
parent
e445f668b3
commit
dff68d5a8b
5 changed files with 21 additions and 17 deletions
|
|
@ -6,14 +6,16 @@
|
|||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/18 15:11:14 by khais #+# #+# */
|
||||
/* Updated: 2025/02/19 13:30:38 by khais ### ########.fr */
|
||||
/* Updated: 2025/02/19 16:41:53 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../src/env/env.h"
|
||||
#include "../src/env/env_convert.h"
|
||||
#include "../src/env/env_manip.h"
|
||||
#include "../src/env/envp.h"
|
||||
#include "../src/ft_errno.h"
|
||||
#include "libft.h"
|
||||
#include "testutil.h"
|
||||
#include "unistd.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue