diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-05 22:59:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-05 23:01:28 -0400 |
commit | 7c5e1c61952a03d8bf45adb54e3121fd5473dcac (patch) | |
tree | 71588457d26843debe57251febb70f247c88a876 /gtk/gtktreestore.c | |
parent | 8607312feff19b938a7113aa5ef1338005f1bb58 (diff) | |
download | gtk+-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/gtktreestore.c')
-rw-r--r-- | gtk/gtktreestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index 81ce21a674..308f1c2853 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -20,7 +20,7 @@ #include <gobject/gvaluecollector.h> #include "gtktreemodel.h" #include "gtktreestore.h" -#include "gtktreedatalist.h" +#include "gtktreedatalistprivate.h" #include "gtktreednd.h" #include "gtkbuildable.h" #include "gtkbuilderprivate.h" |