From d18162521b453fac7465d2b8c325bb57eb2e26d3 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Fri, 24 Oct 2025 11:57:15 +0200 Subject: [PATCH] audio/jack: Remove config.h --- src/audio/jack.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/audio/jack.h b/src/audio/jack.h index 76a065819..c68600b7a 100644 --- a/src/audio/jack.h +++ b/src/audio/jack.h @@ -35,13 +35,8 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#include "config_unix.h" -#endif - -#ifndef _JACK_H_ -#define _JACK_H_ +#ifndef JACK_H_eb847b3873ae +#define JACK_H_eb847b3873ae #ifndef __cplusplus #include