diff options
Diffstat (limited to 'src/pulse')
-rw-r--r-- | src/pulse/channelmap.h | 1 | ||||
-rw-r--r-- | src/pulse/introspect.c | 2 | ||||
-rw-r--r-- | src/pulse/mainloop-api.c | 3 | ||||
-rw-r--r-- | src/pulse/mainloop-signal.c | 2 | ||||
-rw-r--r-- | src/pulse/subscribe.c | 3 | ||||
-rw-r--r-- | src/pulse/utf8.h | 1 | ||||
-rw-r--r-- | src/pulse/util.h | 1 | ||||
-rw-r--r-- | src/pulse/xmalloc.c | 2 |
8 files changed, 9 insertions, 6 deletions
diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h index 4122a318..00d3eb0d 100644 --- a/src/pulse/channelmap.h +++ b/src/pulse/channelmap.h @@ -27,6 +27,7 @@ #include <pulse/sample.h> #include <pulse/cdecl.h> +#include <pulse/gccmacro.h> /** \page channelmap Channel Maps * diff --git a/src/pulse/introspect.c b/src/pulse/introspect.c index 9c50b57b..49f93463 100644 --- a/src/pulse/introspect.c +++ b/src/pulse/introspect.c @@ -27,8 +27,8 @@ #endif #include <pulse/context.h> +#include <pulse/gccmacro.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include <pulsecore/pstream-util.h> diff --git a/src/pulse/mainloop-api.c b/src/pulse/mainloop-api.c index b2ed3434..dda51297 100644 --- a/src/pulse/mainloop-api.c +++ b/src/pulse/mainloop-api.c @@ -28,8 +28,8 @@ #include <stdlib.h> #include <pulse/xmalloc.h> +#include <pulse/gccmacro.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include "mainloop-api.h" @@ -75,4 +75,3 @@ void pa_mainloop_api_once(pa_mainloop_api* m, void (*callback)(pa_mainloop_api * pa_assert_se(e = m->defer_new(m, once_callback, i)); m->defer_set_destroy(e, free_callback); } - diff --git a/src/pulse/mainloop-signal.c b/src/pulse/mainloop-signal.c index e41ed14c..8ad465bd 100644 --- a/src/pulse/mainloop-signal.c +++ b/src/pulse/mainloop-signal.c @@ -39,11 +39,11 @@ #endif #include <pulse/xmalloc.h> +#include <pulse/gccmacro.h> #include <pulsecore/core-error.h> #include <pulsecore/core-util.h> #include <pulsecore/log.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include "mainloop-signal.h" diff --git a/src/pulse/subscribe.c b/src/pulse/subscribe.c index 580038cc..db25f3cf 100644 --- a/src/pulse/subscribe.c +++ b/src/pulse/subscribe.c @@ -27,7 +27,8 @@ #include <stdio.h> -#include <pulsecore/gccmacro.h> +#include <pulse/gccmacro.h> + #include <pulsecore/macro.h> #include <pulsecore/pstream-util.h> diff --git a/src/pulse/utf8.h b/src/pulse/utf8.h index 1e08047c..840c74e0 100644 --- a/src/pulse/utf8.h +++ b/src/pulse/utf8.h @@ -26,6 +26,7 @@ ***/ #include <pulse/cdecl.h> +#include <pulse/gccmacro.h> /** \file * UTF8 Validation functions diff --git a/src/pulse/util.h b/src/pulse/util.h index 764678e5..666ccce4 100644 --- a/src/pulse/util.h +++ b/src/pulse/util.h @@ -28,6 +28,7 @@ #include <stddef.h> #include <pulse/cdecl.h> +#include <pulse/gccmacro.h> /** \file * Assorted utility functions */ diff --git a/src/pulse/xmalloc.c b/src/pulse/xmalloc.c index 5348dda4..28490975 100644 --- a/src/pulse/xmalloc.c +++ b/src/pulse/xmalloc.c @@ -30,8 +30,8 @@ #include <unistd.h> #include <string.h> +#include <pulse/gccmacro.h> #include <pulsecore/core-util.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include "xmalloc.h" |