From 8a919932a6d42770cb413df0c3ef9c9ae5474987 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano <gscrivan@redhat.com> Date: Mon, 9 Jun 2014 09:40:24 +0200 Subject: [PATCH] Do not include strings.h --- src/warc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/warc.c b/src/warc.c index dbfc16f1..e3e76d0b 100644 --- a/src/warc.c +++ b/src/warc.c @@ -36,7 +36,6 @@ as that of the covered work. */ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <strings.h> #include <time.h> #include <tmpdir.h> #include <sha1.h>