From cd3d9986f40fd4e605ac2e8168512065439173e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Oct 2022 20:12:13 -0400 Subject: Split up public API header --- test/test_env.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/test_env.c') diff --git a/test/test_env.c b/test/test_env.c index 2db28f2d..8ef95f1a 100644 --- a/test/test_env.c +++ b/test/test_env.c @@ -3,7 +3,10 @@ #undef NDEBUG -#include "serd/serd.h" +#include "serd/env.h" +#include "serd/node.h" +#include "serd/status.h" +#include "serd/string_view.h" #include #include -- cgit v1.2.1