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,12 +6,11 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/03 10:14:39 by rparodi #+# #+# */
/* Updated: 2025/04/03 12:04:11 by rparodi ### ########.fr */
/* Updated: 2025/04/03 13:41:47 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#include "easyfind.hpp"
#include <deque>
int main(void) {
std::cout << CLR_GREEN << "Trying using int vector" << std::endl;