summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-05 22:59:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-05 23:01:28 -0400
commit7c5e1c61952a03d8bf45adb54e3121fd5473dcac (patch)
tree71588457d26843debe57251febb70f247c88a876 /gtk/gtkentry.c
parent8607312feff19b938a7113aa5ef1338005f1bb58 (diff)
downloadgtk+-7c5e1c61952a03d8bf45adb54e3121fd5473dcac.tar.gz
gtk: Rename some private headers
Improve the consistency of our private header naming, by add 'private' to a bunch of them.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c4
1 files changed, 2 insertions, 2 deletions
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"