From 3624ef3e18fa074ed7fadb11da68f61896dd67d3 Mon Sep 17 00:00:00 2001 From: louie Date: Tue, 29 Dec 2020 14:36:38 -0800 Subject: Removed unnecessary headers --- unix/draw.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'unix/draw.c') diff --git a/unix/draw.c b/unix/draw.c index 1037b4e..ae7f758 100644 --- a/unix/draw.c +++ b/unix/draw.c @@ -1,9 +1,7 @@ -#include #include #include #include "../include/draw.h" -#include "../include/draw_extend.h" void launch(){ char full_command[BUF_LEN]; -- cgit