summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-14 17:27:18 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-14 17:27:18 +0200
commit42a1ceb58acc58ade796fa66eeed4bd8fd5901ec (patch)
tree9e57d3ac4518bc5bfd900cea4ea0087ededfa9e4 /sfeed_opml_import.c
parent4d4a8b6ab8f5968968af059399fe62798dba89c8 (diff)
sfeed_opml_import: does not need util functions
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c
index 6c3f505..55512cf 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -6,7 +6,6 @@
#include <strings.h>
#include <time.h>
-#include "util.h"
#include "xml.h"
static XMLParser parser; /* XML parser state */