summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-19 11:43:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-20 16:30:45 -0400
commitb55195fa2e41410298b4a91431998162c0917ae0 (patch)
tree87d7d1dbaf92a1167f84634e7e9f249de6d2a863 /gtk/gtkflowbox.c
parent841c4a8cfef17fa5f17bd153a368a0b2a4a05520 (diff)
downloadgtk+-b55195fa2e41410298b4a91431998162c0917ae0.tar.gz
Move the idle sizer to GtkWindow
This was only living in gtkcontainer.c for historic reasons. Move it closer to where it belongs, and rename it from 'idle' to 'layout', since it is really about the layout phase of the frame clock, nowadays.
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r--gtk/gtkflowbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index 7fb0a58857..e0f0a61317 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -79,7 +79,6 @@
#include "gtkflowboxprivate.h"
#include "gtkadjustment.h"
-#include "gtkcontainerprivate.h"
#include "gtkcsscolorvalueprivate.h"
#include "gtkcssnodeprivate.h"
#include "gtkgesturedrag.h"