style: remove cub3d header from central includes folder

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

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */
/* Updated: 2025/07/17 14:15:04 by kcolin ### ########.fr */
/* Updated: 2025/07/17 14:24:45 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,7 +15,8 @@
#include "../mlx/mlx.h"
#include "../includes/maputils.h"
#include "../includes/cub3d_consts.h"
#include "../includes/cub3d.h"
#include "draw/draw_map.h"
#include "utils/hooks.h"
#include <stdbool.h>
#include <X11/keysym.h>
#include <X11/X.h>