summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-mixer.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-10 10:30:15 +0200
committerColin Guthrie <colin@mageia.org>2011-08-11 13:23:42 +0200
commitb4e938e1944ef49de2466aae06f824ce4db1c81e (patch)
tree5f699853dd7049bf42b6244acffe8535f9b4dee7 /src/modules/alsa/alsa-mixer.c
parent464ddcdfeacc3ac8c98d13128e35030aae096110 (diff)
Move i18n.[ch] to src/pulsecore
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.
Diffstat (limited to 'src/modules/alsa/alsa-mixer.c')
-rw-r--r--src/modules/alsa/alsa-mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 3a2ed6a85..8e34456d7 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -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>