From dd0c485ac4975b7dd6d2e230213be1da50d0a065 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 18 Sep 2020 16:39:52 +0200 Subject: Removing unnecessary stuff --- test/include/libft_test.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/include/libft_test.h (limited to 'test/include/libft_test.h') diff --git a/test/include/libft_test.h b/test/include/libft_test.h deleted file mode 100644 index 23c39c3..0000000 --- a/test/include/libft_test.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef LIBFT_TEST_H -# define LIBFT_TEST_H - -# include -# include -# include -# ifdef __APPLE__ -# include -# endif - -# include "unity.h" -# include "unity_fixture.h" - -# undef free -# undef malloc - -# include - -# include "libft.h" -# include "libft_algo.h" -# include "libft_ht.h" - -# include "helper/helper_segfault.h" - - -#endif -- cgit