From be2676e56ae0c72321c60c4848ce720ccf095b26 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 1 Feb 2020 14:17:04 +0100 Subject: Remaking List, Removed include/, test/ and Makefile --- include/ft_containers.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/ft_containers.hpp (limited to 'include/ft_containers.hpp') diff --git a/include/ft_containers.hpp b/include/ft_containers.hpp deleted file mode 100644 index 76637ac..0000000 --- a/include/ft_containers.hpp +++ /dev/null @@ -1,22 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_containers.hpp :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: cacharle +#+ +:+ +#+ */ -/* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/01 10:09:01 by cacharle #+# #+# */ -/* Updated: 2020/02/01 10:09:50 by cacharle ### ########.fr */ -/* */ -/* ************************************************************************** */ - -#ifndef FT_CONTAINERS_HPP -# define FT_CONTAINERS_HPP - -# include - -# include "List.hpp" - -void test_list_base(); - -#endif -- cgit