Removed an unused #include from libfeed's parser.c.
authorAndrej Kacian <ticho@claws-mail.org>
Tue, 21 Aug 2018 09:49:15 +0000 (11:49 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 21 Aug 2018 09:49:15 +0000 (11:49 +0200)
src/plugins/rssyl/libfeed/parser.c

index be9458ce9e3b8e18734244643160d36fe729675e..02603a048046cf08d61ec397ab4adcb0def18dfe 100644 (file)
@@ -28,8 +28,6 @@
 #include <ctype.h>
 #include <errno.h>
 
-#include <codeconv.h>
-
 #include "feed.h"
 
 #include "parser.h"