Skip to content

Commit

Permalink
Removed unnecessary include from commons.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jun 21, 2015
1 parent 8525e40 commit 0285209
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/commons.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
#include <config.h>
#endif

#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>
#elif HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_CURSES_H
#include <curses.h>
#endif

#include <string.h>
#include <stdlib.h>
#include <time.h>
Expand Down

0 comments on commit 0285209

Please sign in to comment.