diff options
author | louie <lshprung@yahoo.com> | 2020-12-29 14:36:38 -0800 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-12-29 14:36:38 -0800 |
commit | 3624ef3e18fa074ed7fadb11da68f61896dd67d3 (patch) | |
tree | 6b22f0a7b2f59a232f7626f3bc3e952c70b35d77 /draw.c | |
parent | b8209a2349ffb2153e0c17f43412f2c9906aa8d0 (diff) |
Removed unnecessary headers
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |