diff options
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r-- | gtk/gtkpaned.c | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 1e1047c337..8c1da9fbcd 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -27,23 +27,26 @@ #include "gtkpaned.h" #include "gtkbindings.h" +#include "gtkcontainerprivate.h" +#include "gtkcssnodeprivate.h" +#include "gtkcssstylepropertyprivate.h" +#include "gtkeventcontrollermotion.h" +#include "gtkgesturepan.h" +#include "gtkgesturesingle.h" +#include "gtkgizmoprivate.h" +#include "gtkintl.h" #include "gtkmain.h" #include "gtkmarshalers.h" -#include "gtkorientable.h" -#include "gtkwindow.h" -#include "gtktypebuiltins.h" #include "gtkorientableprivate.h" #include "gtkprivate.h" -#include "gtkintl.h" +#include "gtkrendericonprivate.h" +#include "gtksnapshot.h" +#include "gtkstylecontextprivate.h" +#include "gtktypebuiltins.h" #include "gtkwidgetprivate.h" -#include "gtkcontainerprivate.h" +#include "gtkwindow.h" + #include "a11y/gtkpanedaccessible.h" -#include "gtkcssnodeprivate.h" -#include "gtkstylecontextprivate.h" -#include "gtkcssstylepropertyprivate.h" -#include "gtkrendericonprivate.h" -#include "gtkgizmoprivate.h" -#include "gtkeventcontrollermotion.h" #include <math.h> |