summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-option.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-02-08 04:05:00 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-02-14 15:02:33 +0900
commit3f09d563f49ecef0d22dab5b166f69ab7d175ba2 (patch)
tree69e9f6f40e8744839a84f7a2b84aa1ea1732aaa4 /src/libsystemd-network/dhcp6-option.c
parent8b1cfab96258828ee76e730abc567c8d7e54b899 (diff)
downloadsystemd-3f09d563f49ecef0d22dab5b166f69ab7d175ba2.tar.gz
sd-dhcp6-client: split dhcp6-internal.h into two
Also, this moves string tables to dhcp6-protocol.c.
Diffstat (limited to 'src/libsystemd-network/dhcp6-option.c')
-rw-r--r--src/libsystemd-network/dhcp6-option.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libsystemd-network/dhcp6-option.c b/src/libsystemd-network/dhcp6-option.c
index 544887b9bc..27c907d9e9 100644
--- a/src/libsystemd-network/dhcp6-option.c
+++ b/src/libsystemd-network/dhcp6-option.c
@@ -9,14 +9,12 @@
#include "sd-dhcp6-client.h"
#include "alloc-util.h"
-#include "dhcp-identifier.h"
#include "dhcp6-internal.h"
-#include "dhcp6-lease-internal.h"
+#include "dhcp6-option.h"
#include "dhcp6-protocol.h"
#include "dns-domain.h"
#include "escape.h"
#include "memory-util.h"
-#include "sparse-endian.h"
#include "strv.h"
#include "unaligned.h"