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.
This commit is contained in:
Maarten Bosmans 2011-08-10 10:30:15 +02:00 committed by Colin Guthrie
parent 464ddcdfea
commit b4e938e194
45 changed files with 51 additions and 54 deletions

View 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>