From: Steinar H. Gunderson Date: Tue, 28 Dec 2021 09:12:52 +0000 (+0100) Subject: Remove unneeded error.h include. X-Git-Tag: 1.1.15~7 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=84e9336efe3367e3199997caa1aebac51584bcdf Remove unneeded error.h include. This improves compatibility with musl libc. Reported by Andrew Pirie. --- diff --git a/lib.cpp b/lib.cpp index 83a9692..b573a2a 100644 --- a/lib.cpp +++ b/lib.cpp @@ -23,7 +23,6 @@ any later version. #include "lib.h" #include "db.h" -#include "error.h" #include #include