From 1d0653a6e595ffb6816042de50eb5434a386d9d0 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 16 Oct 2025 13:56:39 -0400 Subject: pke-test: refactor to use pktst --- tests/pke-test-audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pke-test-audio.h') diff --git a/tests/pke-test-audio.h b/tests/pke-test-audio.h index 851c695..fa48e7d 100644 --- a/tests/pke-test-audio.h +++ b/tests/pke-test-audio.h @@ -1,13 +1,13 @@ #ifndef PKE_PKE_TEST_AUDIO_H #define PKE_PKE_TEST_AUDIO_H -#include "pke-test-types.h" +#include "pk.h" #ifdef __cplusplus extern "C" { #endif -struct pke_test_group *pke_test_audio_get_group(); +struct pk_test_group *pke_test_audio_get_group(); #ifdef __cplusplus } -- cgit v1.2.3