rss.h: drop useless header include
authorPhil Sutter <phil@nwl.cc>
Mon, 12 Oct 2009 21:04:41 +0000 (23:04 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 12 Oct 2009 21:04:41 +0000 (23:04 +0200)
src/rss.h

index 279246f..ff00d0a 100644 (file)
--- a/src/rss.h
+++ b/src/rss.h
@@ -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);