From 493657337ad8569e0998a3afa7d6fb357757364a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Nov 2014 14:09:51 +0100 Subject: core: get rid of condition.c and move the remaining call into util.c That way only one file with condition code remaining, in src/shared/, rather than src/core/. Next step: dropping the "-util" suffix from condition-util.[ch]. --- src/test/test-tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 97d5609adf..d0a621c775 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -20,7 +20,7 @@ #include "automount.h" #include "cgroup.h" #include "compress.h" -#include "condition.h" +#include "condition-util.h" #include "device.h" #include "execute.h" #include "exit-status.h" -- cgit v1.2.3-54-g00ecf