]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dlopen-note: drop unnecessary header
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Jul 2026 16:13:10 +0000 (01:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 Jul 2026 23:38:56 +0000 (08:38 +0900)
It unexpectedly snuck in there.

Follow-up for a74b3e1778ec00a21f5d1f10947daef2c02c6ffe.

src/basic/dlopen-note.h

index 265d64450a6cdbb688be6fddad8690a1cada1d11..e600e34a1fc4bb5d83c86a81b128c6b072adce9d 100644 (file)
@@ -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