diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-08-10 10:30:15 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-08-11 13:23:42 +0200 |
commit | b4e938e1944ef49de2466aae06f824ce4db1c81e (patch) | |
tree | 5f699853dd7049bf42b6244acffe8535f9b4dee7 /src/utils/pax11publish.c | |
parent | 464ddcdfeacc3ac8c98d13128e35030aae096110 (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/utils/pax11publish.c')
-rw-r--r-- | src/utils/pax11publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c index 41361a158..ddfb7242f 100644 --- a/src/utils/pax11publish.c +++ b/src/utils/pax11publish.c @@ -31,10 +31,10 @@ #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> |