From 590ea34acbadb7b12cf52010ed83b5a48a6d3dde Mon Sep 17 00:00:00 2001 From: Philipp Middendorf Date: Fri, 14 Jun 2024 11:26:07 +0200 Subject: pinkindexer: remove erroneous sys/errno.h While compiling CrystFEL using musl, this error message popped up: In file included from ../libcrystfel/src/indexers/pinkindexer.c:36: x86_64-unknown-linux-musl/sys-include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ So I removed sys/errno.h completely (since I couldn't figure out where it was used in the file anyways), and the result still compiled. --- libcrystfel/src/indexers/pinkindexer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel/src/indexers') diff --git a/libcrystfel/src/indexers/pinkindexer.c b/libcrystfel/src/indexers/pinkindexer.c index 180246c2..14e18548 100644 --- a/libcrystfel/src/indexers/pinkindexer.c +++ b/libcrystfel/src/indexers/pinkindexer.c @@ -33,7 +33,6 @@ #include -#include #include #include "utils.h" -- cgit v1.2.3