/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* inline.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ /* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef INLINE_H # define INLINE_H # include "../../headers/symbols.h" # include "../../headers/external_scanner_symbol_identifiers.h" # include "../../headers/field_identifiers.h" # include "../../headers/constants.h" # include "../../../parse_types.h" #endif