summaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-29 14:36:38 -0800
committerlouie <lshprung@yahoo.com>2020-12-29 14:36:38 -0800
commit3624ef3e18fa074ed7fadb11da68f61896dd67d3 (patch)
tree6b22f0a7b2f59a232f7626f3bc3e952c70b35d77 /draw.c
parentb8209a2349ffb2153e0c17f43412f2c9906aa8d0 (diff)
Removed unnecessary headers
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index dd0eb89..b2f5074 100644
--- a/draw.c
+++ b/draw.c
@@ -10,13 +10,10 @@
#include <ncurses.h>
#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