From 4e249399780b53dad6fa1bf6db8a7c6d32ee2d13 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 20 Jan 2025 18:41:55 +0100 Subject: I love the norme sooooooooooo much!!!! --- include/debug_tools.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/debug_tools.h') diff --git a/include/debug_tools.h b/include/debug_tools.h index 6c4bc29..a014ff1 100644 --- a/include/debug_tools.h +++ b/include/debug_tools.h @@ -6,16 +6,14 @@ /* By: chuhlig +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/24 18:34:37 by dkaiser #+# #+# */ -/* Updated: 2025/01/19 21:08:15 by chuhlig ### ########.fr */ +/* Updated: 2025/01/20 17:56:01 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef DEBUG_TOOLS_H # define DEBUG_TOOLS_H -# include -# include "debug_tools.h" - # include "libft.h" +# include # ifndef DEBUG # define DEBUG 0 @@ -25,8 +23,6 @@ void dbg(char *str); void panic(char *msg); - void dbg2(const char *format, ...); - #endif -- cgit v1.2.3