From 3624ef3e18fa074ed7fadb11da68f61896dd67d3 Mon Sep 17 00:00:00 2001 From: louie Date: Tue, 29 Dec 2020 14:36:38 -0800 Subject: Removed unnecessary headers --- draw.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index dd0eb89..b2f5074 100644 --- a/draw.c +++ b/draw.c @@ -10,13 +10,10 @@ #include #endif -//*_extend.h headers handle differences in os (i.e. windows vs unix) #include "include/draw.h" -#include "include/draw_extend.h" #include "include/entry.h" #include "include/group.h" #include "include/read_cfg.h" -#include "include/read_cfg_extend.h" #define MAX_LEN 6 #define GAP_SIZE 1 #define WIDTH (getmaxx(stdscr)) //width of the entire term -- cgit