From 5cf3c28fa44e36a567a66c1fafd854dd4cf4af03 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 9 Jun 2021 10:45:23 +1000 Subject: [PATCH] config.h is a local header, not a system one Change the #include accordingly, that's what we use in the rest of the tree too. --- spa/plugins/alsa/acp/alsa-mixer.c | 2 +- spa/plugins/alsa/acp/alsa-ucm.c | 2 +- spa/plugins/alsa/acp/alsa-util.c | 2 +- spa/plugins/alsa/acp/conf-parser.c | 2 +- spa/plugins/audioconvert/biquad.c | 2 +- spa/plugins/audioconvert/crossover.c | 2 +- src/modules/module-rtkit.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spa/plugins/alsa/acp/alsa-mixer.c b/spa/plugins/alsa/acp/alsa-mixer.c index 4cda9017f..b525591a1 100644 --- a/spa/plugins/alsa/acp/alsa-mixer.c +++ b/spa/plugins/alsa/acp/alsa-mixer.c @@ -18,7 +18,7 @@ along with PulseAudio; if not, see . ***/ -#include +#include "config.h" #include #include diff --git a/spa/plugins/alsa/acp/alsa-ucm.c b/spa/plugins/alsa/acp/alsa-ucm.c index 4c0bb3a1c..730e7bff2 100644 --- a/spa/plugins/alsa/acp/alsa-ucm.c +++ b/spa/plugins/alsa/acp/alsa-ucm.c @@ -20,7 +20,7 @@ ***/ -#include +#include "config.h" #include #include diff --git a/spa/plugins/alsa/acp/alsa-util.c b/spa/plugins/alsa/acp/alsa-util.c index 5db9b141a..f845b1a2a 100644 --- a/spa/plugins/alsa/acp/alsa-util.c +++ b/spa/plugins/alsa/acp/alsa-util.c @@ -18,7 +18,7 @@ along with PulseAudio; if not, see . ***/ -#include +#include "config.h" #include #include diff --git a/spa/plugins/alsa/acp/conf-parser.c b/spa/plugins/alsa/acp/conf-parser.c index cb3e66946..b4d4d4753 100644 --- a/spa/plugins/alsa/acp/conf-parser.c +++ b/spa/plugins/alsa/acp/conf-parser.c @@ -17,7 +17,7 @@ along with PulseAudio; if not, see . ***/ -#include +#include "config.h" #include #include diff --git a/spa/plugins/audioconvert/biquad.c b/spa/plugins/audioconvert/biquad.c index d32ae728d..12d6b2c50 100644 --- a/spa/plugins/audioconvert/biquad.c +++ b/spa/plugins/audioconvert/biquad.c @@ -9,7 +9,7 @@ */ -#include +#include "config.h" #include diff --git a/spa/plugins/audioconvert/crossover.c b/spa/plugins/audioconvert/crossover.c index 9cf195884..046c16a02 100644 --- a/spa/plugins/audioconvert/crossover.c +++ b/spa/plugins/audioconvert/crossover.c @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -#include +#include "config.h" #include "crossover.h" diff --git a/src/modules/module-rtkit.c b/src/modules/module-rtkit.c index c71d130aa..93f1178e5 100644 --- a/src/modules/module-rtkit.c +++ b/src/modules/module-rtkit.c @@ -109,7 +109,7 @@ struct impl { #include -#include +#include "config.h" #include