summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.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/gtktextmark.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/gtktextmark.c')
-rw-r--r--gtk/gtktextmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index ac4a2f1f22..f1c5edb4be 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -48,7 +48,7 @@
*/
#include "config.h"
-#include "gtktextbtree.h"
+#include "gtktextbtreeprivate.h"
#include "gtkprivate.h"