aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-20 19:32:10 +0100
committerChristopher Uhlig2025-01-20 19:32:10 +0100
commit852e00cb465b05f13aa6298ce71a1067c0846556 (patch)
tree23407cd33e3dc255a9a4a6acb9d67a051ba80f65 /src/parser.c
parentb73e9e4fda360885035b9b04e9e9aca4724cb285 (diff)
downloadminishell-852e00cb465b05f13aa6298ce71a1067c0846556.tar.gz
minishell-852e00cb465b05f13aa6298ce71a1067c0846556.zip
fixed norm tester 133 remove .vs
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.c b/src/parser.c
index 75f1c64..13ab10d 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -6,14 +6,14 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/29 15:53:29 by dkaiser #+# #+# */
-/* Updated: 2025/01/20 17:57:20 by dkaiser ### ########.fr */
+/* Updated: 2025/01/20 19:13:31 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
-#include "env.h"
#include "libft.h"
#include "minishell.h"
#include "token.h"
+#include "env.h"
static t_token *find_token_by_type(t_token *tokens, int type);
t_token *split_at_first(t_token **tokens, int type);