diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-09-24 09:07:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-09-24 10:03:37 -0400 |
commit | e499a097590372b3b9f7f9907a9a06b69a2b0daa (patch) | |
tree | b1138567bd9c4257b69efe7008d6c749388653fc /gtk/gtkmountoperation-x11.c | |
parent | 4aabc456854069b4b2ad5044250f493359956716 (diff) | |
download | gtk+-e499a097590372b3b9f7f9907a9a06b69a2b0daa.tar.gz |
Drop gtkintl.h
Include gtkprivate.h for I_() and glib-i18n.h for
gettext macros.
Diffstat (limited to 'gtk/gtkmountoperation-x11.c')
-rw-r--r-- | gtk/gtkmountoperation-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-x11.c b/gtk/gtkmountoperation-x11.c index 0dd2ae7480..251263303b 100644 --- a/gtk/gtkmountoperation-x11.c +++ b/gtk/gtkmountoperation-x11.c @@ -33,7 +33,7 @@ #include "x11/gdkx.h" #include <X11/Xatom.h> #include <gtk/gtkicontheme.h> -#include "gtkintl.h" +#include <glib/gi18n-lib.h> /* for the kill(2) system call and errno - POSIX.1-2001 and later */ #include <sys/types.h> |