sytle: removing the private header to adding him to the public one
(token)
This commit is contained in:
parent
f66e5d76f7
commit
f1a1d6aef4
2 changed files with 1 additions and 23 deletions
|
|
@ -1,20 +0,0 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* _token.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/25 11:38:28 by rparodi #+# #+# */
|
||||
/* Updated: 2024/09/26 18:21:45 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef _TOKEN_H
|
||||
# define _TOKEN_H
|
||||
|
||||
# include "me/types.h"
|
||||
|
||||
typedef struct s_token t_token;
|
||||
|
||||
#endif
|
||||
|
|
@ -6,15 +6,13 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/26 17:59:23 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/09/27 22:37:22 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/09/28 11:45:54 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef TOKEN_H
|
||||
#define TOKEN_H
|
||||
|
||||
#include "parser/_token.h"
|
||||
|
||||
#include "me/string/string.h"
|
||||
#include "me/vec/vec_token.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue