From 5bbc72296d650cca75b0344efcae4658a14c9c62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Nov 2024 17:51:58 -0500 Subject: Rename jalv_internal.h to jalv.h The "internal" name never made much sense to begin with (since this is a program, not a library), but now this header only describes the "main" Jalv struct and functions directly associated with it (the top-level interface of the application), so name it accordingly. This also makes include-what-you-use actually check this header, which it wasn't before for some mysterious reason. --- src/jack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jack.c') diff --git a/src/jack.c b/src/jack.c index 3a0ca2a..b71b060 100644 --- a/src/jack.c +++ b/src/jack.c @@ -5,8 +5,8 @@ #include "comm.h" #include "frontend.h" +#include "jalv.h" #include "jalv_config.h" -#include "jalv_internal.h" #include "log.h" #include "lv2_evbuf.h" #include "port.h" -- cgit v1.2.1