From 3d437584396d0cce45514eb8170e0b683ab8c835 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Thu, 28 Nov 2024 12:11:57 +0000 Subject: [PATCH] out_calyptia: remove unnecessary include for tests Signed-off-by: Patrick Stephens --- tests/runtime/custom_calyptia_input_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/runtime/custom_calyptia_input_test.c b/tests/runtime/custom_calyptia_input_test.c index ffc774c83d9..54e921ed3da 100644 --- a/tests/runtime/custom_calyptia_input_test.c +++ b/tests/runtime/custom_calyptia_input_test.c @@ -6,7 +6,6 @@ #include #include #include "flb_tests_runtime.h" -#include "../../plugins/custom_calyptia/calyptia.h" /* Test context structure */ struct test_context {