From 1e76864d39c5dce6ae566099d1eac6873fee2a58 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" <pesco@khjk.org> Date: Tue, 26 Apr 2022 21:28:37 +0200 Subject: [PATCH] remove unused include --- pdf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pdf.c b/pdf.c index 011ced5..8873989 100644 --- a/pdf.c +++ b/pdf.c @@ -2,7 +2,6 @@ #include <string.h> /* strncmp(), memset(), memcpy() */ #include <stdlib.h> /* exit() */ -#include <strings.h> /* bcopy */ #include <hammer/hammer.h> #include <hammer/glue.h> #include <errno.h> -- GitLab