s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2261 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2008-04-11 17:06:41 +00:00
parent 07f5c1d8e4
commit 55f273eb00
19 changed files with 22 additions and 15 deletions

View file

@ -27,6 +27,7 @@
#include <pulse/sample.h> #include <pulse/sample.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h>
/** \page channelmap Channel Maps /** \page channelmap Channel Maps
* *

View file

@ -27,8 +27,8 @@
#endif #endif
#include <pulse/context.h> #include <pulse/context.h>
#include <pulse/gccmacro.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include <pulsecore/pstream-util.h> #include <pulsecore/pstream-util.h>

View file

@ -28,8 +28,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/gccmacro.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include "mainloop-api.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)); pa_assert_se(e = m->defer_new(m, once_callback, i));
m->defer_set_destroy(e, free_callback); m->defer_set_destroy(e, free_callback);
} }

View file

@ -39,11 +39,11 @@
#endif #endif
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/gccmacro.h>
#include <pulsecore/core-error.h> #include <pulsecore/core-error.h>
#include <pulsecore/core-util.h> #include <pulsecore/core-util.h>
#include <pulsecore/log.h> #include <pulsecore/log.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include "mainloop-signal.h" #include "mainloop-signal.h"

View file

@ -27,7 +27,8 @@
#include <stdio.h> #include <stdio.h>
#include <pulsecore/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include <pulsecore/pstream-util.h> #include <pulsecore/pstream-util.h>

View file

@ -26,6 +26,7 @@
***/ ***/
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h>
/** \file /** \file
* UTF8 Validation functions * UTF8 Validation functions

View file

@ -28,6 +28,7 @@
#include <stddef.h> #include <stddef.h>
#include <pulse/cdecl.h> #include <pulse/cdecl.h>
#include <pulse/gccmacro.h>
/** \file /** \file
* Assorted utility functions */ * Assorted utility functions */

View file

@ -30,8 +30,8 @@
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <pulse/gccmacro.h>
#include <pulsecore/core-util.h> #include <pulsecore/core-util.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include "xmalloc.h" #include "xmalloc.h"

View file

@ -35,6 +35,7 @@
#include <pulsecore/core-subscribe.h> #include <pulsecore/core-subscribe.h>
#include <pulsecore/log.h> #include <pulsecore/log.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include <pulsecore/core-util.h>
#include "client.h" #include "client.h"

View file

@ -25,9 +25,9 @@
***/ ***/
#include <pulse/def.h> #include <pulse/def.h>
#include <pulse/gccmacro.h>
#include <pulsecore/once.h> #include <pulsecore/once.h>
#include <pulsecore/gccmacro.h>
/* A multiple-reader multipler-write lock-free free list implementation */ /* A multiple-reader multipler-write lock-free free list implementation */

View file

@ -24,9 +24,10 @@
USA. USA.
***/ ***/
#include <pulsecore/llist.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulsecore/gccmacro.h> #include <pulse/gccmacro.h>
#include <pulsecore/llist.h>
typedef struct pa_hook_slot pa_hook_slot; typedef struct pa_hook_slot pa_hook_slot;
typedef struct pa_hook pa_hook; typedef struct pa_hook pa_hook;

View file

@ -27,7 +27,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include <pulsecore/gccmacro.h> #include <pulse/gccmacro.h>
/* A simple logging subsystem */ /* A simple logging subsystem */

View file

@ -30,9 +30,9 @@
#include <string.h> #include <string.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/gccmacro.h>
#include <pulsecore/sink-input.h> #include <pulsecore/sink-input.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/thread-mq.h> #include <pulsecore/thread-mq.h>
#include <pulsecore/sample-util.h> #include <pulsecore/sample-util.h>

View file

@ -30,9 +30,9 @@
#include <string.h> #include <string.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/gccmacro.h>
#include <pulsecore/sink-input.h> #include <pulsecore/sink-input.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/thread-mq.h> #include <pulsecore/thread-mq.h>
#include <pulsecore/play-memblockq.h> #include <pulsecore/play-memblockq.h>

View file

@ -38,6 +38,7 @@
#include <pulsecore/log.h> #include <pulsecore/log.h>
#include <pulsecore/play-memblockq.h> #include <pulsecore/play-memblockq.h>
#include <pulsecore/namereg.h> #include <pulsecore/namereg.h>
#include <pulsecore/core-util.h>
#include "sink-input.h" #include "sink-input.h"

View file

@ -36,6 +36,7 @@
#include <pulsecore/core-subscribe.h> #include <pulsecore/core-subscribe.h>
#include <pulsecore/log.h> #include <pulsecore/log.h>
#include <pulsecore/namereg.h> #include <pulsecore/namereg.h>
#include <pulsecore/core-util.h>
#include "source-output.h" #include "source-output.h"

View file

@ -24,7 +24,7 @@
USA. USA.
***/ ***/
#include <pulsecore/gccmacro.h> #include <pulse/gccmacro.h>
typedef struct pa_strbuf pa_strbuf; typedef struct pa_strbuf pa_strbuf;

View file

@ -29,9 +29,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <pulse/xmalloc.h> #include <pulse/xmalloc.h>
#include <pulse/gccmacro.h>
#include <pulsecore/dynarray.h> #include <pulsecore/dynarray.h>
#include <pulsecore/gccmacro.h>
#include <pulsecore/macro.h> #include <pulsecore/macro.h>
#include "tokenizer.h" #include "tokenizer.h"

View file

@ -53,8 +53,8 @@
#endif #endif
#include <pulse/pulseaudio.h> #include <pulse/pulseaudio.h>
#include <pulse/gccmacro.h>
#include <pulsecore/llist.h> #include <pulsecore/llist.h>
#include <pulsecore/gccmacro.h>
/* On some systems SIOCINQ isn't defined, but FIONREAD is just an alias */ /* On some systems SIOCINQ isn't defined, but FIONREAD is just an alias */
#if !defined(SIOCINQ) && defined(FIONREAD) #if !defined(SIOCINQ) && defined(FIONREAD)