diff options
author | Federico Mena Quintero <federico@gnome.org> | 2018-05-14 18:22:15 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2018-06-01 18:47:33 -0500 |
commit | 8e5012242748d323a44997800534d4e0da9f2396 (patch) | |
tree | 6c8a8bf11c232e9e925f40959d80aa1162400b4c /gdk-pixbuf/io-xbm.c | |
parent | a4238ae58f27f3bd503d102128aedbf9aa2d7f38 (diff) | |
download | gdk-pixbuf-8e5012242748d323a44997800534d4e0da9f2396.tar.gz |
io-xbm.c: Don't use gdk-pixbuf-private.h
Diffstat (limited to 'gdk-pixbuf/io-xbm.c')
-rw-r--r-- | gdk-pixbuf/io-xbm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-xbm.c b/gdk-pixbuf/io-xbm.c index d21ee1f6a..e6fa4c019 100644 --- a/gdk-pixbuf/io-xbm.c +++ b/gdk-pixbuf/io-xbm.c @@ -35,8 +35,10 @@ #endif #include <stdio.h> #include <errno.h> -#include "gdk-pixbuf-private.h" #include <glib/gstdio.h> +#include <glib/gi18n-lib.h> + +#include "gdk-pixbuf-io.h" |