]> git.ipfire.org Git - thirdparty/systemd.git/commit
dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"
authorThomas Haller <thaller@redhat.com>
Thu, 4 Oct 2018 16:54:58 +0000 (18:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 4 Oct 2018 19:29:35 +0000 (21:29 +0200)
commitb62f9008668a5330c61b4de7e0d48147bcd1edf7
treea5474f32e0cdb24485cbb84fa3a7cbd990822c5c
parenta3e0bba8a9d032413b8540f169cb83b5fd31fb7c
dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"

Arguably, libsystemd-network is (still) entirely internal API.
However there is the aim of maybe exposing it as public API.
For that reason, it cannot include internal headers from
"src/basic/".

Note how files "src/systemd/sd-*.h" don't include any systemd
headers which don't themself have an "sd-" prefix.

Fixes: d89a400ed664e0b57fd8667db5637792a185e831
src/libsystemd-network/sd-dhcp6-client.c
src/systemd/sd-dhcp6-client.h