summaryrefslogtreecommitdiff
path: root/gdk/gdktoplevel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-09-23 23:33:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-09-23 23:33:42 -0400
commit4aabc456854069b4b2ad5044250f493359956716 (patch)
treec2a708a37ae2693ffeabb612e2f4a5a6c9fc0152 /gdk/gdktoplevel.c
parenta8af7caae18e8bc91a1e1bb3caaaa8341b5c075f (diff)
downloadgtk+-4aabc456854069b4b2ad5044250f493359956716.tar.gz
Drop gdkintl.h
This header was merely including gi18n-lib.h. Just do that directly.
Diffstat (limited to 'gdk/gdktoplevel.c')
-rw-r--r--gdk/gdktoplevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktoplevel.c b/gdk/gdktoplevel.c
index 5e5ce4aa50..340dba3cf7 100644
--- a/gdk/gdktoplevel.c
+++ b/gdk/gdktoplevel.c
@@ -23,7 +23,7 @@
#include "gdkdisplay.h"
#include "gdkenumtypes.h"
-#include "gdkintl.h"
+#include <glib/gi18n-lib.h>
#include "gdkprivate.h"
#include <graphene-gobject.h>