Skip to content

Commit

Permalink
SRC/LEXER/TOKENIZER.C: Refactor header include
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSobreira authored Mar 25, 2024
1 parent 968ec3a commit 76ae2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer/tokenizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */

#include "../includes/minishell.h"
#include "minishell.h"

t_tkn_type set_tkn_type(char *str)
{
Expand Down

0 comments on commit 76ae2eb

Please sign in to comment.