From 76693e6a1fbd84710db6ab5086bcc7520f7f7209 Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 27 Jun 2017 21:27:44 +0200 Subject: [PATCH] [users] adopt PasswordTests --- src/modules/users/PasswordTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/users/PasswordTests.cpp b/src/modules/users/PasswordTests.cpp index cb52e7ef7..b227860c3 100644 --- a/src/modules/users/PasswordTests.cpp +++ b/src/modules/users/PasswordTests.cpp @@ -16,7 +16,7 @@ * along with Calamares. If not, see . */ -#include "SetPasswordJob.h" +#include "jobs/SetPasswordJob.h" #include "PasswordTests.h"