aboutsummaryrefslogtreecommitdiff
path: root/include/debug_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug_tools.h')
-rw-r--r--include/debug_tools.h8
1 files changed, 2 insertions, 6 deletions
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 <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 <stdarg.h>
-# include "debug_tools.h"
-
# include "libft.h"
+# include <stdarg.h>
# ifndef DEBUG
# define DEBUG 0
@@ -25,8 +23,6 @@
void dbg(char *str);
void panic(char *msg);
-
void dbg2(const char *format, ...);
-
#endif