From f4dbdb211c7e4c366c6ef268ba56eea4b06825c6 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Sun, 1 Jan 2023 15:24:29 +0100 Subject: Change includes to be relative to top-level directory --- test/deco_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/deco_test.c') diff --git a/test/deco_test.c b/test/deco_test.c index ec48789..1f9ba9f 100644 --- a/test/deco_test.c +++ b/test/deco_test.c @@ -1,6 +1,6 @@ -#include "../minunit/minunit.h" +#include "minunit/minunit.h" -#include "../src/deco.h" +#include "src/deco.h" MU_TEST(test_bar_to_msw) { -- cgit v1.2.3-70-g09d2