diff options
-rw-r--r-- | m4a_afb_comm.c | 4 | ||||
-rw-r--r-- | module-4a-client.c | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/m4a_afb_comm.c b/m4a_afb_comm.c index 30e1521..f4f1ddd 100644 --- a/m4a_afb_comm.c +++ b/m4a_afb_comm.c @@ -18,9 +18,7 @@ along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include <pulsecore/pulsecore-config.h> #include "m4a_afb_comm.h" diff --git a/module-4a-client.c b/module-4a-client.c index 9eda2fa..eabeec7 100644 --- a/module-4a-client.c +++ b/module-4a-client.c @@ -18,12 +18,7 @@ along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ***/ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <stdbool.h> - +#include <pulsecore/pulsecore-config.h> #include <pulsecore/core-util.h> #include <pulsecore/llist.h> #include <pulsecore/module.h> @@ -32,6 +27,8 @@ #include <pulsecore/dynarray.h> #include <pulsecore/semaphore.h> +#include <stdbool.h> + #include "m4a_afb_comm.h" #define DEFAULT_URI "sd:ahl-4a" |