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/gtkoverlaylayout.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/gtkoverlaylayout.c')
-rw-r--r-- | gtk/gtkoverlaylayout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c index 3d75d3082b..204babbf30 100644 --- a/gtk/gtkoverlaylayout.c +++ b/gtk/gtkoverlaylayout.c @@ -22,7 +22,6 @@ #include "gtkoverlaylayout.h" -#include "gtkintl.h" #include "gtklayoutchild.h" #include "gtkoverlay.h" #include "gtkprivate.h" |