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/gtkbutton.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/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 2e4b8b75c9..65df53cc70 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -68,7 +68,6 @@ #include "gtkeventcontrollerkey.h" #include "gtkbinlayout.h" #include "gtkimage.h" -#include "gtkintl.h" #include "gtklabel.h" #include "gtkmain.h" #include "gtkmarshalers.h" |