]> code.delx.au - pulseaudio/commitdiff
s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Apr 2008 17:06:41 +0000 (17:06 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Apr 2008 17:06:41 +0000 (17:06 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2261 fefdeb5f-60dc-0310-8127-8f9354f1896f

19 files changed:
src/pulse/channelmap.h
src/pulse/introspect.c
src/pulse/mainloop-api.c
src/pulse/mainloop-signal.c
src/pulse/subscribe.c
src/pulse/utf8.h
src/pulse/util.h
src/pulse/xmalloc.c
src/pulsecore/client.c
src/pulsecore/flist.h
src/pulsecore/hook-list.h
src/pulsecore/log.h
src/pulsecore/play-memblockq.c
src/pulsecore/play-memchunk.c
src/pulsecore/sink-input.c
src/pulsecore/source-output.c
src/pulsecore/strbuf.h
src/pulsecore/tokenizer.c
src/utils/padsp.c

index 4122a318331db2fac2accf067f9de9edba1f2022..00d3eb0d355ebcc99abc724f000a09ae177a652e 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <pulse/sample.h>
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \page channelmap Channel Maps
  *
index 9c50b57ba21be734d6552278cf474d84f0fced70..49f93463238d63a02c5c1b9751bba258d7f76c5d 100644 (file)
@@ -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>
 
index b2ed34342d6899b729d3831d4861aa3c46cefc5b..dda512972ded8717084bec2faaf66f4106f5d3c4 100644 (file)
@@ -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);
 }
-
index e41ed14c59572c119a50d6ec0e12fb398d3fe724..8ad465bd0bd90c9f9f70f1bcfbe388d9f5571da1 100644 (file)
 #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"
index 580038cc7e8f7ad82c9c9ebef786e0d38c639878..db25f3cf620ee8ee7f0138f2ef2ce1a191c7bfb1 100644 (file)
@@ -27,7 +27,8 @@
 
 #include <stdio.h>
 
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
+
 #include <pulsecore/macro.h>
 #include <pulsecore/pstream-util.h>
 
index 1e08047c6a8e8dd3c5834c0da3d1a8fe9382d70f..840c74e0a6731dcd0fdb2a9a8d30decbfcd503c5 100644 (file)
@@ -26,6 +26,7 @@
 ***/
 
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \file
  * UTF8 Validation functions
index 764678e5caafc2258298e5de67f6d3a91984e8ae..666ccce4f6ae86feac64fba169e65e0ecfd83c45 100644 (file)
@@ -28,6 +28,7 @@
 #include <stddef.h>
 
 #include <pulse/cdecl.h>
+#include <pulse/gccmacro.h>
 
 /** \file
  * Assorted utility functions */
index 5348dda412c3037b0a4365e0b07fadc28909fe67..2849097511cd0a3deefaa27c5494f113ccda165b 100644 (file)
@@ -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"
index 6a087d4663edc86eecd5312c7112af9a8c3f4318..4eca4e2a5065dd4250da4c5d199db6a6bcb88a43 100644 (file)
@@ -35,6 +35,7 @@
 #include <pulsecore/core-subscribe.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
+#include <pulsecore/core-util.h>
 
 #include "client.h"
 
index daf0fec417ec8e2abbf91d653d643c8920ea52fb..3d9a89a267aad1daed23a3b5ae1d8514bf88b0b8 100644 (file)
@@ -25,9 +25,9 @@
 ***/
 
 #include <pulse/def.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/once.h>
-#include <pulsecore/gccmacro.h>
 
 /* A multiple-reader multipler-write lock-free free list implementation */
 
index b3bd600a7d2aceba549bbedabba74ff2a7b2993f..c288980df4dfc26ed0ae2a45d092ffbbb5630aee 100644 (file)
   USA.
 ***/
 
-#include <pulsecore/llist.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 pa_hook;
index b0711dcaaf56cb404e10efe449426e438cd9d5b5..765dd2e56d52e887a625c0a2e5f061d1370a43b1 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <stdarg.h>
 #include <stdlib.h>
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 /* A simple logging subsystem */
 
index bad60ae5f041eb0464cd57e5866bf22e5d0720f8..3d435c8b23ef3ca097f237c20974d8d6360118c4 100644 (file)
@@ -30,9 +30,9 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/sink-input.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/sample-util.h>
 
index c528b1d0af43d87358c286a289974d949ff81239..e4d24a99efe1ddfae7f5d097f7eca591fa5512cb 100644 (file)
@@ -30,9 +30,9 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/sink-input.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/thread-mq.h>
 #include <pulsecore/play-memblockq.h>
 
index ddd9980f34657e788b732261f728b2c57c3b05f1..2d0ba4493681a6d34f923a8a89bd35fc3488ced7 100644 (file)
@@ -38,6 +38,7 @@
 #include <pulsecore/log.h>
 #include <pulsecore/play-memblockq.h>
 #include <pulsecore/namereg.h>
+#include <pulsecore/core-util.h>
 
 #include "sink-input.h"
 
index cf576ac98fb471a5c439b11f56fd67b2188d6105..c0cbb42fb43805be3c0fd70bc332f14db2111ca9 100644 (file)
@@ -36,6 +36,7 @@
 #include <pulsecore/core-subscribe.h>
 #include <pulsecore/log.h>
 #include <pulsecore/namereg.h>
+#include <pulsecore/core-util.h>
 
 #include "source-output.h"
 
index 1c0850b1c4dad7e5d3979823754baaaa3bfbe8fb..d3555a2c4b61210e10f7484af0cd9dd12f3e948b 100644 (file)
@@ -24,7 +24,7 @@
   USA.
 ***/
 
-#include <pulsecore/gccmacro.h>
+#include <pulse/gccmacro.h>
 
 typedef struct pa_strbuf pa_strbuf;
 
index f79c19c5418b34a4cfe4b6d848e5679b065ea7a3..cf5da6483b3803305e3ad713308bc36d8ffa1172 100644 (file)
@@ -29,9 +29,9 @@
 #include <stdlib.h>
 
 #include <pulse/xmalloc.h>
+#include <pulse/gccmacro.h>
 
 #include <pulsecore/dynarray.h>
-#include <pulsecore/gccmacro.h>
 #include <pulsecore/macro.h>
 
 #include "tokenizer.h"
index d3f034d0f5dac4f1d1537da14d1aef9d719ba83e..6ab022eea43401ca388ea509d8d19ac96fb44092 100644 (file)
@@ -53,8 +53,8 @@
 #endif
 
 #include <pulse/pulseaudio.h>
+#include <pulse/gccmacro.h>
 #include <pulsecore/llist.h>
-#include <pulsecore/gccmacro.h>
 
 /* On some systems SIOCINQ isn't defined, but FIONREAD is just an alias */
 #if !defined(SIOCINQ) && defined(FIONREAD)