X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-login%2Ftest-login.c;h=014323321e8ab4247b63d2f76efc3dc21aa31523;hb=07630cea1f3a845c09309f197ac7c4f11edd3b62;hp=f734ce9eee5d9524e72daf6effd4e75a37fd5c01;hpb=5a6d44ed77f46c18aa2315e645de7302b88c34c8;p=thirdparty%2Fsystemd.git diff --git a/src/libsystemd/sd-login/test-login.c b/src/libsystemd/sd-login/test-login.c index f734ce9eee5..014323321e8 100644 --- a/src/libsystemd/sd-login/test-login.c +++ b/src/libsystemd/sd-login/test-login.c @@ -22,11 +22,12 @@ #include #include -#include "systemd/sd-login.h" +#include "sd-login.h" -#include "util.h" -#include "strv.h" #include "formats-util.h" +#include "string-util.h" +#include "strv.h" +#include "util.h" static void test_login(void) { _cleanup_close_pair_ int pair[2] = { -1, -1 };