clean: move around some imports

This commit is contained in:
Khaïs COLIN 2025-04-16 16:39:47 +02:00
parent 96e46e9130
commit 2ea4afda4a
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/27 16:21:56 by khais #+# #+# */
/* Updated: 2025/04/16 14:59:11 by khais ### ########.fr */
/* Updated: 2025/04/16 16:40:39 by khais ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,6 +26,7 @@
#include "../../postprocess/fieldsplit/fieldsplit.h"
#include "../../postprocess/expansion/expand_wildcard.h"
#include "simple_cmd_execute_debug.h"
#include "../../parser/simple_cmd/simple_cmd.h"
static void command_not_found(t_simple_cmd *cmd, t_minishell *app)
{