]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pidfd-util: Remove unused include
authorDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 14:32:40 +0000 (15:32 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Feb 2026 15:18:35 +0000 (16:18 +0100)
This snuck in when CI was broken.

src/basic/pidfd-util.c

index 7bfe83d319d3846bf43eec172d6312b4881bb6a7..545d387613791a94ff4a923bad6760ce858aa0dd 100644 (file)
@@ -15,7 +15,6 @@
 #include "stat-util.h"
 #include "stdio-util.h"
 #include "string-util.h"
-#include "unaligned.h"
 
 static thread_local int have_pidfs = -1;