1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Undo adding local ncurses.h header-file added by b4b0228d09 .

The headerfile used globally should be used instead of one in the local dir.
If conky can't find it, it should be fixed in configure.ac.in or Makefile.am,
and not in the code.
This commit is contained in:
Nikolas Garofil 2009-08-08 02:54:07 +02:00
parent 834804c265
commit 74b61f9730

View File

@ -44,9 +44,6 @@
#include "mixer.h" #include "mixer.h"
#include "mail.h" #include "mail.h"
#include "mboxscan.h" #include "mboxscan.h"
#ifdef NCURSES
#include "ncurses.h"
#endif
#include "specials.h" #include "specials.h"
#include "temphelper.h" #include "temphelper.h"
#include "tailhead.h" #include "tailhead.h"