From 9fa266e62dc0782f7c2125f18fed2668ea414b29 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 28 Dec 2020 15:04:49 -0800 Subject: Cleaned up headers --- unix/draw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'unix/draw.c') diff --git a/unix/draw.c b/unix/draw.c index f6424d0..b35b695 100644 --- a/unix/draw.c +++ b/unix/draw.c @@ -2,8 +2,7 @@ #include #include "../draw.h" - -void launch(); +#include "draw.h" void launch(){ char full_command[BUF_LEN]; -- cgit