summaryrefslogtreecommitdiff
path: root/gtk/gtktextchildprivate.h
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/gtktextchildprivate.h
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/gtktextchildprivate.h')
-rw-r--r--gtk/gtktextchildprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchildprivate.h b/gtk/gtktextchildprivate.h
index b3d1127f7a..e8e94b51d7 100644
--- a/gtk/gtktextchildprivate.h
+++ b/gtk/gtktextchildprivate.h
@@ -50,7 +50,7 @@
#ifndef __GTK_TEXT_CHILD_PRIVATE_H__
#define __GTK_TEXT_CHILD_PRIVATE_H__
-#include <gtk/gtktexttypes.h>
+#include <gtk/gtktexttypesprivate.h>
G_BEGIN_DECLS