diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 15:36:06 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 15:36:06 -0400 |
commit | ae3f448670f37613ec4e42e77415f5f6e5baec5e (patch) | |
tree | 9e37f315e5eed5463b91ad3611a97ac7dc257ad4 /src/test/test-engine.c | |
parent | 6935bc5d43de63959033d060e8dd2c97db0d8145 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-engine.c')
-rw-r--r-- | src/test/test-engine.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/test-engine.c b/src/test/test-engine.c index 23da10fa1a..9d21bb5723 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 "basic/rm-rf.h" #include "manager.h" -#include "rm-rf.h" +#include "shared/bus-util.h" +#include "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; |