1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

rss.h: drop useless header include

This commit is contained in:
Phil Sutter 2009-10-12 23:04:41 +02:00
parent d1ed9c8399
commit f7f3b37807

View File

@ -3,8 +3,6 @@
#ifndef RSS_H_
#define RSS_H_
#include "prss.h"
void rss_scan_arg(struct text_object *, const char *);
void rss_print_info(struct text_object *, char *, int);
void rss_free_info(void);