style: remove mlx & libft headers from central includes folder

This commit is contained in:
Khaïs COLIN 2025-07-17 14:11:30 +02:00
parent d7efc43f12
commit 4ffc52b462
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
8 changed files with 20 additions and 235 deletions

View file

@ -6,14 +6,13 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 13:59:27 by kcolin #+# #+# */
/* Updated: 2025/07/17 14:00:01 by kcolin ### ########.fr */
/* Updated: 2025/07/17 14:18:05 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
#include "../../includes/cub3d_consts.h"
#include "../../includes/structs.h"
#include "../../mlx/mlx.h"
#include "../../includes/libft.h"
#include "../../libft/includes/libft.h"
#include <stdlib.h>
void free_tab(char **tab)