aboutsummaryrefslogtreecommitdiff
path: root/include/ft_containers.hpp
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-01 14:17:04 +0100
committerCharles <sircharlesaze@gmail.com>2020-04-15 12:59:58 +0200
commitbe2676e56ae0c72321c60c4848ce720ccf095b26 (patch)
treede96e98403ea8740cea76d9081c932cbbf8edb44 /include/ft_containers.hpp
parent7af930f2242f933f79dfbb4ddc84bfd532069556 (diff)
downloadft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.tar.gz
ft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.tar.bz2
ft_containers-be2676e56ae0c72321c60c4848ce720ccf095b26.zip
Remaking List, Removed include/, test/ and Makefile
Diffstat (limited to 'include/ft_containers.hpp')
-rw-r--r--include/ft_containers.hpp22
1 files changed, 0 insertions, 22 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* 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 <iostream>
-
-# include "List.hpp"
-
-void test_list_base();
-
-#endif