From 1fd04a72d752328773c818df0f2a71bb8d079bed Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Nov 2016 22:26:10 -0500 Subject: ./tools/notsd-move --- src/test/test-job-type.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test-job-type.c') diff --git a/src/test/test-job-type.c b/src/test/test-job-type.c index 7f0b9f253c..cfb75b12c7 100644 --- a/src/test/test-job-type.c +++ b/src/test/test-job-type.c @@ -19,9 +19,9 @@ #include -#include "job.h" -#include "service.h" -#include "unit.h" +#include "core/job.h" +#include "core/service.h" +#include "core/unit.h" int main(int argc, char*argv[]) { JobType a, b, c, ab, bc, ab_c, bc_a, a_bc; -- cgit v1.2.3-54-g00ecf