From 84e9336efe3367e3199997caa1aebac51584bcdf Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 28 Dec 2021 10:12:52 +0100 Subject: [PATCH] Remove unneeded error.h include. This improves compatibility with musl libc. Reported by Andrew Pirie. --- lib.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2