]> code.delx.au - pulseaudio/commitdiff
Move i18n.[ch] to src/pulsecore
authorMaarten Bosmans <mkbosmans@gmail.com>
Wed, 10 Aug 2011 08:30:15 +0000 (10:30 +0200)
committerColin Guthrie <colin@mageia.org>
Thu, 11 Aug 2011 11:23:42 +0000 (13:23 +0200)
The header is used in files troughout the tree and is not included in the public api,
so it belongs in pulsecore, not in pulse.

45 files changed:
src/Makefile.am
src/daemon/caps.c
src/daemon/cmdline.c
src/daemon/daemon-conf.c
src/daemon/dumpmodules.c
src/daemon/ltdl-bind-now.c
src/daemon/main.c
src/modules/alsa/alsa-mixer.c
src/modules/alsa/alsa-sink.c
src/modules/alsa/alsa-source.c
src/modules/alsa/alsa-util.c
src/modules/alsa/module-alsa-card.c
src/modules/bluetooth/module-bluetooth-device.c
src/modules/echo-cancel/module-echo-cancel.c
src/modules/module-always-sink.c
src/modules/module-equalizer-sink.c
src/modules/module-filter-apply.c
src/modules/module-ladspa-sink.c
src/modules/module-null-sink.c
src/modules/module-rygel-media-server.c
src/modules/module-virtual-sink.c
src/modules/module-virtual-source.c
src/modules/reserve-wrap.c
src/pulse/channelmap.c
src/pulse/client-conf-x11.c
src/pulse/client-conf.c
src/pulse/context.c
src/pulse/error.c
src/pulse/format.c
src/pulse/mainloop-api.c
src/pulse/mainloop-signal.c
src/pulse/mainloop.c
src/pulse/sample.c
src/pulse/thread-mainloop.c
src/pulse/volume.c
src/pulsecore/i18n.c [moved from src/pulse/i18n.c with 100% similarity]
src/pulsecore/i18n.h [moved from src/pulse/i18n.h with 98% similarity]
src/pulsecore/lock-autospawn.c
src/pulsecore/sink.c
src/tests/resampler-test.c
src/utils/pacat.c
src/utils/pacmd.c
src/utils/pactl.c
src/utils/pasuspender.c
src/utils/pax11publish.c

index ebf5ebc97fad504e9a2067aca59fef4a540f3496..6b775e539783951632ff59ecc2e4d42a47bfda6a 100644 (file)
@@ -523,7 +523,6 @@ lib_LTLIBRARIES = \
 
 libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
                pulse/client-conf.c pulse/client-conf.h \
-               pulse/i18n.c pulse/i18n.h \
                pulse/fork-detect.c pulse/fork-detect.h \
                pulse/xmalloc.c pulse/xmalloc.h \
                pulse/proplist.c pulse/proplist.h \
@@ -545,11 +544,12 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
                pulsecore/endianmacros.h \
                pulsecore/flist.c pulsecore/flist.h \
                pulsecore/hashmap.c pulsecore/hashmap.h \
+               pulsecore/i18n.c pulsecore/i18n.h \
                pulsecore/idxset.c pulsecore/idxset.h \
                pulsecore/arpa-inet.c pulsecore/arpa-inet.h \
                pulsecore/iochannel.c pulsecore/iochannel.h \
                pulsecore/ioline.c pulsecore/ioline.h \
-               pulsecore/ipacl.h pulsecore/ipacl.c \
+               pulsecore/ipacl.c pulsecore/ipacl.h \
                pulsecore/llist.h \
                pulsecore/lock-autospawn.c pulsecore/lock-autospawn.h \
                pulsecore/log.c pulsecore/log.h \
index 74ccb1c8a52d3c7a2155dfb0172df32686dcb864..37593880500c798eef6cada718e3f4aa8e7ea5bb 100644 (file)
@@ -28,8 +28,7 @@
 #include <errno.h>
 #include <sys/types.h>
 
-#include <pulse/i18n.h>
-
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/log.h>
 
index ec37d46b4e9179c609b67a10675b3157c7bf7778..d42f90dba2391b27337bd5316f9b5c0edee5708a 100644 (file)
 #include <getopt.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 #include <pulse/util.h>
 
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/strbuf.h>
 #include <pulsecore/macro.h>
 
index bb9290911a7a5b4ee85e16f556bfcb82fa59305d..1f70b092ecf2233a11f31f8e2e9ba9040a240ada 100644 (file)
 
 #include <pulse/xmalloc.h>
 #include <pulse/timeval.h>
-#include <pulse/i18n.h>
 #include <pulse/version.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/strbuf.h>
 #include <pulsecore/conf-parser.h>
 #include <pulsecore/resampler.h>
index 68ab5bba79b803d8b80a812ef32ce85401463d06..009fbe56008e2e123a08530e29ddf4d676decdf3 100644 (file)
 #include <ltdl.h>
 
 #include <pulse/util.h>
-#include <pulse/i18n.h>
 
-#include <pulsecore/modinfo.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
+#include <pulsecore/modinfo.h>
 
 #include "dumpmodules.h"
 
index 2ba73ce72f5d6574c002d6552961ed0ec7d45d14..605a3e2922080d174a170b89bdd0eefc8b0a5aa2 100644 (file)
@@ -36,8 +36,7 @@
 
 #include <ltdl.h>
 
-#include <pulse/i18n.h>
-
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/log.h>
 
index 94c87d15b7566fd91530ea9b7f86eb530ac517e5..55726fdbe8978347ae5bbbe9e70aeec4c679fafb 100644 (file)
@@ -66,8 +66,8 @@
 #include <pulse/mainloop-signal.h>
 #include <pulse/timeval.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/lock-autospawn.h>
 #include <pulsecore/socket.h>
 #include <pulsecore/core-error.h>
index 3a2ed6a851738642caf68cc308083efcb1086327..8e34456d7203666aad5cf4fc54458692be65b80b 100644 (file)
@@ -38,9 +38,9 @@
 #include <pulse/util.h>
 #include <pulse/volume.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 #include <pulse/utf8.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/core-util.h>
index 00eb33aea9b8a8735c51f214db1dc5aadacac8d2..7b9b8d8d10a55afce801c0a9c834e72b23b182e6 100644 (file)
 #include <valgrind/memcheck.h>
 #endif
 
-#include <pulse/i18n.h>
 #include <pulse/rtclock.h>
 #include <pulse/timeval.h>
 #include <pulse/volume.h>
 #include <pulse/xmalloc.h>
 
 #include <pulsecore/core.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/module.h>
 #include <pulsecore/memchunk.h>
 #include <pulsecore/sink.h>
index 6438c33885ceced551630872337b9628a1e44c9b..cbf1dc248c881b260925606f9669ad9b873af325 100644 (file)
 
 #include <asoundlib.h>
 
-#include <pulse/i18n.h>
 #include <pulse/rtclock.h>
 #include <pulse/timeval.h>
 #include <pulse/volume.h>
 #include <pulse/xmalloc.h>
 
 #include <pulsecore/core.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/module.h>
 #include <pulsecore/memchunk.h>
 #include <pulsecore/sink.h>
index 883c26f91ad7ef861c3262e9dd9d17575737fb1a..602e9a366f6321f8f21af694ed4e33b8651bb8f4 100644 (file)
@@ -31,9 +31,9 @@
 #include <pulse/xmalloc.h>
 #include <pulse/timeval.h>
 #include <pulse/util.h>
-#include <pulse/i18n.h>
 #include <pulse/utf8.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/core-util.h>
index e60aa5ef4f438adceb8921a9d6b2b585384f7a72..8b19d42b78af67266b02b65e36aea5d431360bd9 100644 (file)
@@ -24,9 +24,9 @@
 #endif
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/modargs.h>
 #include <pulsecore/queue.h>
 
index 9f8133638e9c5ac3b42e3db464370b82e3909117..efbc1447c20224e98305a78a1f8afd9fcc1e3b5b 100644 (file)
 #include <linux/sockios.h>
 #include <arpa/inet.h>
 
-#include <pulse/i18n.h>
 #include <pulse/rtclock.h>
 #include <pulse/sample.h>
 #include <pulse/timeval.h>
 #include <pulse/xmalloc.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/module.h>
 #include <pulsecore/modargs.h>
 #include <pulsecore/core-rtclock.h>
index 961f28994a3e0936b8e2098f31124b1dfc91657a..704228e127f1546f46f29fd5524353bef0c83951 100644 (file)
 #include "echo-cancel.h"
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 #include <pulse/timeval.h>
 #include <pulse/rtclock.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/atomic.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/namereg.h>
index 4c871da4bc8c169a6f2e2f4544ec97f8ce40f429..5d9ee631aebb15d907236a95724f1abd8e203df9 100644 (file)
 #endif
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core.h>
+#include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/sink.h>
 #include <pulsecore/modargs.h>
 #include <pulsecore/log.h>
-#include <pulsecore/core-util.h>
 
 #include "module-always-sink-symdef.h"
 
index ee9b6787c5546c14ccba24c3f23ad27b9f3fb7b5..7161c05157271e736f731de77c77c2d2d4f7e387 100644 (file)
 #include <fftw3.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 #include <pulse/timeval.h>
 
 #include <pulsecore/core-rtclock.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/aupdate.h>
 #include <pulsecore/namereg.h>
 #include <pulsecore/sink.h>
index c742373aca87b6ac76e81443cd0b509ff41a6069..bf5d0c5056e1cbe23d1666aaf135a89b33dc4327 100644 (file)
 
 #include <pulse/timeval.h>
 #include <pulse/rtclock.h>
-#include <pulse/i18n.h>
 #include <pulse/xmalloc.h>
 
+#include <pulsecore/core.h>
+#include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/hashmap.h>
 #include <pulsecore/hook-list.h>
-#include <pulsecore/core.h>
-#include <pulsecore/core-util.h>
 #include <pulsecore/sink-input.h>
 #include <pulsecore/modargs.h>
 
index 9b4903a156d2c9a19fd940fbc56d7e5fa3f160ad..7a60403b36397aa0acd48a7e227633af24f5532d 100644 (file)
@@ -29,8 +29,8 @@
 #include <math.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/namereg.h>
 #include <pulsecore/sink.h>
 #include <pulsecore/module.h>
index 09e6ab72c835fb15d781c933cbe5e13ac638cf20..10868f5c0c15e25f5d60d0f0a4c38ea2ec133cce 100644 (file)
@@ -31,8 +31,8 @@
 #include <pulse/rtclock.h>
 #include <pulse/timeval.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/sink.h>
 #include <pulsecore/module.h>
index 1856835f491a6d63fbd6fbf649a0a9e32e36f610..9af0cebbbce88a6f96c4a6a0ce9ece870c7ba113 100644 (file)
@@ -30,9 +30,9 @@
 
 #include <pulse/gccmacro.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 #include <pulse/utf8.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/sink.h>
 #include <pulsecore/source.h>
 #include <pulsecore/core-util.h>
index 0a410e44d48901bc2e4be58d6be9780170ee651d..34c4ae80b91f6e7b0600d63372bad39dfd24740c 100644 (file)
@@ -29,8 +29,8 @@
 
 #include <pulse/gccmacro.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/namereg.h>
 #include <pulsecore/sink.h>
 #include <pulsecore/module.h>
index b7f698275ec7415a621484d1b0d6169b4a600b9b..70e327ba311b70ced98a5404e1990f12a3894a1d 100644 (file)
@@ -27,8 +27,8 @@
 #include <stdio.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/namereg.h>
 #include <pulsecore/sink.h>
index 515cb2248e19b683dd9e51fb9ffe212b9810ec5a..1411d272d37ab45f80ca562ac03a275eacd5e80e 100644 (file)
 #include <errno.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/shared.h>
 
 #ifdef HAVE_DBUS
index 83fdb43719c119d7b48ad6d4e3121b5414850518..0d199f350e446707f60df64ce1ce3ce34b887a84 100644 (file)
@@ -29,8 +29,8 @@
 #include <string.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/core-util.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/bitset.h>
index 76b1b7b39b27d01960a5fba2bccd074e96eccc7f..76b9f6fbb2665c31a69b2abbd058b934b492d702 100644 (file)
@@ -28,8 +28,8 @@
 #include <xcb/xcb.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/x11prop.h>
 #include <pulsecore/log.h>
 #include <pulsecore/core-util.h>
index e899af19622e26745d986fd6f379226b566b6c81..e2c2aae176b16ee900d397b334bf0cbb64574c24 100644 (file)
@@ -29,8 +29,8 @@
 #include <errno.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/core-error.h>
 #include <pulsecore/log.h>
index dbb5d42b726f9d3d26422b365a7fc78856053b40..25d04a1e9690a139df6b7acf39520b7a7b6fa358 100644 (file)
@@ -44,7 +44,6 @@
 #include <pulse/version.h>
 #include <pulse/xmalloc.h>
 #include <pulse/util.h>
-#include <pulse/i18n.h>
 #include <pulse/mainloop.h>
 #include <pulse/timeval.h>
 #include <pulse/fork-detect.h>
@@ -54,6 +53,7 @@
 #endif
 
 #include <pulsecore/core-error.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/native-common.h>
 #include <pulsecore/pdispatch.h>
 #include <pulsecore/pstream.h>
index 19a759c2fb8bbc108b9dd6012aea316ae590de56..eb5082a4637b267277e55c3c760966c718c9ed89 100644 (file)
@@ -29,7 +29,8 @@
 #include <stdlib.h>
 
 #include <pulse/def.h>
-#include <pulse/i18n.h>
+
+#include <pulsecore/i18n.h>
 
 #include "error.h"
 
index b256d72fecf57ccd327cd234dd7dbcfee8d644e8..81c329ff09f59d33a4c14a9f761118d27a9f3503 100644 (file)
@@ -29,9 +29,9 @@
 
 #include <pulse/internal.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 
 #include "format.h"
index c1f760467ce7629782819cc2777d82039e979f8e..45539cc2716008dcc38104344556eb7a03991674 100644 (file)
@@ -26,8 +26,8 @@
 #include <stdlib.h>
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 
 #include "mainloop-api.h"
index 393d1f7db8432b31eb92d22bf8fdfd94eae772f6..9482fe37549459e535c10048b81ed6fc9c1d74f9 100644 (file)
 #endif
 
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
 #include <pulsecore/macro.h>
 
index 3ef387b6416b74f6b8b6b3bfc5ba121a7dc3cab9..8e956c99531c8e130859797b2a0c179216e1a063 100644 (file)
@@ -34,7 +34,6 @@
 #include <pulsecore/pipe.h>
 #endif
 
-#include <pulse/i18n.h>
 #include <pulse/rtclock.h>
 #include <pulse/timeval.h>
 #include <pulse/xmalloc.h>
@@ -42,6 +41,7 @@
 #include <pulsecore/poll.h>
 #include <pulsecore/core-rtclock.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/llist.h>
 #include <pulsecore/log.h>
 #include <pulsecore/core-error.h>
index 8365e93eaa32a7f45af5963ca556ac2274023a29..b6136120d28a7fdf69fda39bda773268052a63ba 100644 (file)
@@ -28,9 +28,9 @@
 #include <string.h>
 
 #include <pulse/timeval.h>
-#include <pulse/i18n.h>
 
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 
 #include "sample.h"
index b07ad789aff2321eac90e14d382a66af660a306f..aa56a9209cee84e836a68563b10a0e222555f814 100644 (file)
@@ -33,8 +33,8 @@
 
 #include <pulse/xmalloc.h>
 #include <pulse/mainloop.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
 #include <pulsecore/thread.h>
 #include <pulsecore/mutex.h>
index 82e575727c55edf9c4b05f959e6763fbf1fb0ebc..cf0a22624418e04af108b0b3ad407ac10a0b3786 100644 (file)
@@ -27,9 +27,8 @@
 #include <string.h>
 #include <math.h>
 
-#include <pulse/i18n.h>
-
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/sample-util.h>
 
similarity index 100%
rename from src/pulse/i18n.c
rename to src/pulsecore/i18n.c
similarity index 98%
rename from src/pulse/i18n.h
rename to src/pulsecore/i18n.h
index fac3c7b2bd6c66e2886b9a469ec3602872f61388..d828becda81ec2f0a6896f3da6909d2947afa9f8 100644 (file)
@@ -23,7 +23,6 @@
 ***/
 
 #include <pulse/cdecl.h>
-#include <pulse/version.h>
 
 PA_C_DECL_BEGIN
 
index 40aa5e927b1c750ebd6f2551761bd4bcfffe6d58..b1d414baf698a58a2541123ba32410e5c1b72040 100644 (file)
@@ -32,9 +32,9 @@
 #endif
 
 #include <pulse/gccmacro.h>
-#include <pulse/i18n.h>
 #include <pulse/xmalloc.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/poll.h>
 #include <pulsecore/mutex.h>
 #include <pulsecore/thread.h>
index 714b3d2ebd890227588471954cd86c0389b76bac..42a8eb3daea92f01855606048d9f69abf585c84b 100644 (file)
 #include <pulse/xmalloc.h>
 #include <pulse/timeval.h>
 #include <pulse/util.h>
-#include <pulse/i18n.h>
 #include <pulse/rtclock.h>
 #include <pulse/internal.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/sink-input.h>
 #include <pulsecore/namereg.h>
 #include <pulsecore/core-util.h>
index 78461da57c72324483d369a79386f888a90eac12..545c0e087f2151538a225721889d3a712f8ca270 100644 (file)
 #include <getopt.h>
 #include <locale.h>
 
-#include <pulse/i18n.h>
 #include <pulse/pulseaudio.h>
 
 #include <pulse/rtclock.h>
 #include <pulse/sample.h>
 #include <pulse/volume.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/resampler.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/endianmacros.h>
index 323f071b1deb0c2a210b7923f2df7f10e2bdcdc7..f687402c52018f18fcddffabf2a45ff7363ef9cd 100644 (file)
 
 #include <sndfile.h>
 
-#include <pulse/i18n.h>
 #include <pulse/pulseaudio.h>
 #include <pulse/rtclock.h>
 
-#include <pulsecore/macro.h>
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
+#include <pulsecore/macro.h>
 #include <pulsecore/sndfile-util.h>
-#include <pulsecore/core-util.h>
 
 #define TIME_EVENT_USEC 50000
 
index f07798028891ba9fccb3149ea81dcab424c3d0a1..4166964ea9f6f786df57a77344eb1e5ae81ed554 100644 (file)
@@ -34,8 +34,8 @@
 
 #include <pulse/util.h>
 #include <pulse/xmalloc.h>
-#include <pulse/i18n.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/poll.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/core-util.h>
index c95a38cecd0c4b64201c789325fcf118317eda94..2c5be93498901df80219a124c23bdcd92c7ece90 100644 (file)
@@ -35,9 +35,9 @@
 
 #include <sndfile.h>
 
-#include <pulse/i18n.h>
 #include <pulse/pulseaudio.h>
 
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/core-util.h>
 #include <pulsecore/log.h>
index e1ee2512187c0ee46c238ff7b2fc7aa4d51e8ecc..90881b2a0f7a1fc3f7b2ee380f88464eab4e7bb7 100644 (file)
@@ -40,8 +40,9 @@
 #include <sys/prctl.h>
 #endif
 
-#include <pulse/i18n.h>
 #include <pulse/pulseaudio.h>
+
+#include <pulsecore/i18n.h>
 #include <pulsecore/macro.h>
 
 static pa_context *context = NULL;
index 41361a158251b4a0831c135ecb142672279ff724..ddfb7242f1125d583fab5834baf056527cc8ad0b 100644 (file)
 #include <xcb/xcb.h>
 
 #include <pulse/util.h>
-#include <pulse/i18n.h>
 #include <pulse/client-conf.h>
 
 #include <pulsecore/core-util.h>
+#include <pulsecore/i18n.h>
 #include <pulsecore/log.h>
 #include <pulsecore/authkey.h>
 #include <pulsecore/native-common.h>