diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-20 18:27:52 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-20 18:54:08 +0200 |
commit | 8664ded716ac958d14141475be772ce696c12c46 (patch) | |
tree | 81991e516d7dd3b450dc673db4e4117cd7c635d9 /src/libsystemd-network/dhcp-lease-internal.h | |
parent | dhcp: move DHCP client specific definitions to dhcp-client-internal.h (diff) | |
download | systemd-8664ded716ac958d14141475be772ce696c12c46.tar.xz systemd-8664ded716ac958d14141475be772ce696c12c46.zip |
dhcp: split dhcp-internal.h into two
Diffstat (limited to 'src/libsystemd-network/dhcp-lease-internal.h')
-rw-r--r-- | src/libsystemd-network/dhcp-lease-internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h index 54facc9c65..ce1342e9fd 100644 --- a/src/libsystemd-network/dhcp-lease-internal.h +++ b/src/libsystemd-network/dhcp-lease-internal.h @@ -8,8 +8,7 @@ #include "sd-dhcp-client.h" #include "alloc-util.h" -#include "dhcp-internal.h" -#include "dhcp-protocol.h" +#include "dhcp-option.h" #include "list.h" #include "time-util.h" |