From 4780fdd4a15219a170fec983b189a919a8c59099 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 10 Sep 2025 15:50:26 +0200 Subject: [PATCH] tests: update cmocka include in forced encryption tests Includes were updated in 988d366, but the change did not propagate to forced_encryption.c due to the gap between the upstream Profanity and the CProof. --- tests/unittests/test_forced_encryption.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unittests/test_forced_encryption.c b/tests/unittests/test_forced_encryption.c index de2967c8..1f946001 100644 --- a/tests/unittests/test_forced_encryption.c +++ b/tests/unittests/test_forced_encryption.c @@ -1,7 +1,4 @@ -#include -#include -#include -#include +#include "prof_cmocka.h" #include #include "event/client_events.h" #include "command/cmd_funcs.h" -- 2.49.1