From 8e5586d134b14811963130f420bb0ac02f81abe2 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Wed, 23 Aug 2023 00:06:45 +0300 Subject: [PATCH] wild include xd --- strings.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/strings.c b/strings.c index 6c4e1a2..f871c01 100644 --- a/strings.c +++ b/strings.c @@ -83,8 +83,6 @@ int printf_HEX(va_list val) return (counter); } -#include "main.h" - /** * printf_HEX_aux - prints an hexdecimal number. * @num: number to print.