diff options
author | Federico Mena Quintero <federico@gnome.org> | 2018-05-14 19:01:14 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2018-06-01 18:47:33 -0500 |
commit | 17db002664a43e9e7d1b9d2a15ffce853558fd75 (patch) | |
tree | 0116f7300c960bd0179ac814503bde7f4ba78daa /gdk-pixbuf | |
parent | 3f79e7e2220b01ed0f72188851bd7b3fdebb88c4 (diff) | |
download | gdk-pixbuf-17db002664a43e9e7d1b9d2a15ffce853558fd75.tar.gz |
io-qtif.c: Don't use gdk-pixbuf-private.h
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/io-qtif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c index c814c9dc2..79fd4ffa9 100644 --- a/gdk-pixbuf/io-qtif.c +++ b/gdk-pixbuf/io-qtif.c @@ -30,8 +30,8 @@ #include <stdlib.h> #include <string.h> #include <setjmp.h> +#include <glib/gi18n-lib.h> #include "gdk-pixbuf.h" -#include "gdk-pixbuf-private.h" /*** * Definitions |