From 4d924ca025e3fcdfe4e111ae78e48bdf99427f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harsh=20Sahu=20=EF=A3=BF?= <42430373+codehawkdevs@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:31:23 +0530 Subject: [PATCH] include not needed --- malloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/malloc.c b/malloc.c index 424867f..28ad9a3 100644 --- a/malloc.c +++ b/malloc.c @@ -1,5 +1,4 @@ #include -#include int main() { int *p,n,i;