From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 8 May 2022 22:53:34 +0200 Subject: [PATCH] Remove an include of `err.h` `err.h` appears to be BSD-specific, and we don't support it. Luckily, imgcat compiles just fine even when removing it. --- src/imgcat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/imgcat.c b/src/imgcat.c index 26a73d7..89fc05d 100644 --- a/src/imgcat.c +++ b/src/imgcat.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include