From: Yu Watanabe Date: Fri, 10 Jul 2026 16:13:10 +0000 (+0900) Subject: dlopen-note: drop unnecessary header X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d6f9cc669482b0de380ff2961320e4368218516;p=thirdparty%2Fsystemd.git dlopen-note: drop unnecessary header It unexpectedly snuck in there. Follow-up for a74b3e1778ec00a21f5d1f10947daef2c02c6ffe. --- diff --git a/src/basic/dlopen-note.h b/src/basic/dlopen-note.h index 265d64450a6..e600e34a1fc 100644 --- a/src/basic/dlopen-note.h +++ b/src/basic/dlopen-note.h @@ -4,7 +4,6 @@ #include "sd-dlopen.h" #include "forward.h" -#include "strv.h" /* Prevent dlopen helper functions (e.g., dlopen_libfoo()) from being inlined or cloned by the compiler/LTO. * This ensures that their specific symbols remain intact in the final executable, allowing the developer