style: moving all the inlcudes in header

This commit is contained in:
Raphael 2025-04-03 13:42:11 +02:00
parent b408444a43
commit 2644e424a8
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/03 10:16:18 by rparodi #+# #+# */
/* Updated: 2025/04/03 11:46:18 by rparodi ### ########.fr */
/* Updated: 2025/04/03 13:41:46 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,6 +16,7 @@
#include <iostream>
#include <stdexcept>
#include <vector>
#include <deque>
#include <list>
#define CLR_RESET "\033[0m"