From 7c5e1c61952a03d8bf45adb54e3121fd5473dcac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Oct 2022 22:59:51 -0400 Subject: gtk: Rename some private headers Improve the consistency of our private header naming, by add 'private' to a bunch of them. --- gtk/gtkentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkentry.c') diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 3c2febf3c0..e66812ba18 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -48,7 +48,7 @@ #include "gtklabel.h" #include "gtkmain.h" #include "gtkmarshalers.h" -#include "gtkpango.h" +#include "gtkpangoprivate.h" #include "gtkpopover.h" #include "gtkprivate.h" #include "gtkprogressbar.h" @@ -56,7 +56,7 @@ #include "gtksnapshot.h" #include "gtktextprivate.h" #include "gtktexthandleprivate.h" -#include "gtktextutil.h" +#include "gtktextutilprivate.h" #include "gtktooltip.h" #include "gtktypebuiltins.h" #include "gtkwidgetprivate.h" -- cgit v1.2.1