summaryrefslogtreecommitdiff
path: root/src/systemd-timesyncd/timesyncd-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-timesyncd/timesyncd-conf.c')
-rw-r--r--src/systemd-timesyncd/timesyncd-conf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemd-timesyncd/timesyncd-conf.c b/src/systemd-timesyncd/timesyncd-conf.c
index 20c64a3354..154b8e294b 100644
--- a/src/systemd-timesyncd/timesyncd-conf.c
+++ b/src/systemd-timesyncd/timesyncd-conf.c
@@ -17,10 +17,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "alloc-util.h"
-#include "def.h"
-#include "extract-word.h"
-#include "string-util.h"
+#include "basic/alloc-util.h"
+#include "basic/def.h"
+#include "basic/extract-word.h"
+#include "basic/string-util.h"
#include "timesyncd-conf.h"
#include "timesyncd-manager.h"
#include "timesyncd-server.h"