diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-26 21:39:30 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-26 21:39:30 -0400 |
commit | 184094edf59db6a7b753ef7731c7728727c842b7 (patch) | |
tree | 51dbf473a53ce418b1fba05c57fcc63f0065253f /src/test/test-engine.c | |
parent | 0167e6da4c08602585217269f0a9485d534e77d7 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-engine.c')
-rw-r--r-- | src/test/test-engine.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/test/test-engine.c b/src/test/test-engine.c index 23da10fa1a..185eb56dab 100644 --- a/src/test/test-engine.c +++ b/src/test/test-engine.c @@ -21,11 +21,12 @@ #include <stdio.h> #include <string.h> -#include "bus-util.h" -#include "manager.h" -#include "rm-rf.h" +#include "core/manager.h" +#include "systemd-basic/rm-rf.h" +#include "systemd-shared/bus-util.h" +#include "systemd-shared/tests.h" + #include "test-helper.h" -#include "tests.h" int main(int argc, char *argv[]) { _cleanup_(rm_rf_physical_and_freep) char *runtime_dir = NULL; |