summaryrefslogtreecommitdiff
path: root/src/systemd-timesyncd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:09:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 21:09:48 -0400
commite2582041327daab7590c369e99988ab4c827a77b (patch)
tree6946476c40adf51bc7a9f84071a3373a89af25a0 /src/systemd-timesyncd
parentea373df773e0e8184a4b3f8ffff3bb43f307cde9 (diff)
fix (mostly adjust #includes to have sd- prefix)
Diffstat (limited to 'src/systemd-timesyncd')
-rw-r--r--src/systemd-timesyncd/Makefile1
-rw-r--r--src/systemd-timesyncd/timesyncd-manager.c2
-rw-r--r--src/systemd-timesyncd/timesyncd.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/systemd-timesyncd/Makefile b/src/systemd-timesyncd/Makefile
index ad037c3625..50333d0380 100644
--- a/src/systemd-timesyncd/Makefile
+++ b/src/systemd-timesyncd/Makefile
@@ -61,7 +61,6 @@ EXTRA_DIST += \
units/systemd-timesyncd.service.in \
src/timesync/timesyncd.conf.in
-systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-network
systemd.CPPFLAGS += -DPKGSYSCONFDIR=\"$(pkgsysconfdir)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/systemd-timesyncd/timesyncd-manager.c b/src/systemd-timesyncd/timesyncd-manager.c
index 6a4b52af69..e1626ac19b 100644
--- a/src/systemd-timesyncd/timesyncd-manager.c
+++ b/src/systemd-timesyncd/timesyncd-manager.c
@@ -37,7 +37,7 @@
#include "list.h"
#include "log.h"
#include "missing.h"
-#include "network-util.h"
+#include "sd-network/network-util.h"
#include "ratelimit.h"
#include "socket-util.h"
#include "sparse-endian.h"
diff --git a/src/systemd-timesyncd/timesyncd.c b/src/systemd-timesyncd/timesyncd.c
index 9e538a82f2..023372fef0 100644
--- a/src/systemd-timesyncd/timesyncd.c
+++ b/src/systemd-timesyncd/timesyncd.c
@@ -24,7 +24,7 @@
#include "clock-util.h"
#include "fd-util.h"
#include "fs-util.h"
-#include "network-util.h"
+#include "sd-network/network-util.h"
#include "signal-util.h"
#include "timesyncd-conf.h"
#include "timesyncd-manager.h"