diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
commit | 623f13d8198b83df890f014b1d27255f4d78f35b (patch) | |
tree | a38236004dfb3abd99952585638e6141513eaa8c /src/systemd-timesyncd/timesyncd-manager.h | |
parent | be6cdcb499515a8dc200440f9c0f95d16edbaa2d (diff) |
wip
Diffstat (limited to 'src/systemd-timesyncd/timesyncd-manager.h')
-rw-r--r-- | src/systemd-timesyncd/timesyncd-manager.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemd-timesyncd/timesyncd-manager.h b/src/systemd-timesyncd/timesyncd-manager.h index a70b187089..9012801cd0 100644 --- a/src/systemd-timesyncd/timesyncd-manager.h +++ b/src/systemd-timesyncd/timesyncd-manager.h @@ -21,10 +21,10 @@ #include <systemd/sd-event.h> -#include "basic/list.h" -#include "basic/ratelimit.h" -#include "sd-network/sd-network.h" -#include "sd-resolve/sd-resolve.h" +#include "systemd-basic/list.h" +#include "systemd-basic/ratelimit.h" +#include "systemd-staging/sd-network.h" +#include "systemd-staging/sd-resolve.h" typedef struct Manager Manager; |