summaryrefslogtreecommitdiff
path: root/src/systemd-timesyncd/timesyncd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-timesyncd/timesyncd.c')
-rw-r--r--src/systemd-timesyncd/timesyncd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/systemd-timesyncd/timesyncd.c b/src/systemd-timesyncd/timesyncd.c
index 9e538a82f2..0a3a08b46c 100644
--- a/src/systemd-timesyncd/timesyncd.c
+++ b/src/systemd-timesyncd/timesyncd.c
@@ -20,15 +20,15 @@
#include <systemd/sd-daemon.h>
#include <systemd/sd-event.h>
-#include "capability-util.h"
-#include "clock-util.h"
-#include "fd-util.h"
-#include "fs-util.h"
-#include "network-util.h"
-#include "signal-util.h"
+#include "basic/capability-util.h"
+#include "basic/clock-util.h"
+#include "basic/fd-util.h"
+#include "basic/fs-util.h"
+#include "sd-network/network-util.h"
+#include "basic/signal-util.h"
#include "timesyncd-conf.h"
#include "timesyncd-manager.h"
-#include "user-util.h"
+#include "basic/user-util.h"
static int load_clock_timestamp(uid_t uid, gid_t gid) {
_cleanup_close_ int fd = -1;