diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | ffont.h | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,7 @@ VDR Plugin 'imonlcd' Revision History ------------------------------------- 2009-xx-xx: Version 0.0.3 +- Remove unnecessary include statement (suggest by Anssi Hannula) - Add mode to show information on two lines provided by Sven (cokker) (Feature #161) 2009-06-08: Version 0.0.2 @@ -16,7 +16,6 @@ #define __IMON_FONT_H___ #include <vdr/font.h> -#include <fontconfig/fontconfig.h> #include <ft2build.h> #include FT_FREETYPE_H #include "bitmap.h" |