summaryrefslogtreecommitdiff
path: root/src/utils/pacat.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/utils/pacat.c
parent464ddcdfeacc3ac8c98d13128e35030aae096110 (diff)
downloadpulseaudio-b4e938e1944ef49de2466aae06f824ce4db1c81e.tar.gz
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/utils/pacat.c')
-rw-r--r--src/utils/pacat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index 323f071b1..f687402c5 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -37,15 +37,14 @@
#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