diff options
Diffstat (limited to 'unix/draw.c')
-rw-r--r-- | unix/draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <ncurses.h> #include <stdlib.h> #include <string.h> #include "../include/draw.h" -#include "../include/draw_extend.h" void launch(){ char full_command[BUF_LEN]; |