diff options
Diffstat (limited to 'src/systemd-timesyncd/timesyncd-conf.c')
-rw-r--r-- | src/systemd-timesyncd/timesyncd-conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemd-timesyncd/timesyncd-conf.c b/src/systemd-timesyncd/timesyncd-conf.c index f2c6efd8e2..76bcfa5ef7 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 "basic/alloc-util.h" -#include "basic/def.h" -#include "basic/extract-word.h" -#include "basic/string-util.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/def.h" +#include "systemd-basic/extract-word.h" +#include "systemd-basic/string-util.h" #include "timesyncd-conf.h" #include "timesyncd-manager.h" |