aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/gal-a11y-e-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/gal-a11y-e-tree.c')
-rw-r--r--widgets/table/gal-a11y-e-tree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/widgets/table/gal-a11y-e-tree.c b/widgets/table/gal-a11y-e-tree.c
index c65ed543c8..87dc8f1618 100644
--- a/widgets/table/gal-a11y-e-tree.c
+++ b/widgets/table/gal-a11y-e-tree.c
@@ -22,8 +22,6 @@
#include <config.h>
-#include "e-util/gtk-compat.h"
-
#include "a11y/gal-a11y-util.h"
#include "table/e-table-item.h"
#include "table/e-tree.h"
@@ -32,6 +30,9 @@
#include "gal-a11y-e-tree.h"
#include "gal-a11y-e-tree-factory.h"
+/* backward-compatibility cruft */
+#include "e-util/gtk-compat.h"
+
#define CS_CLASS(a11y) (G_TYPE_INSTANCE_GET_CLASS ((a11y), C_TYPE_STREAM, GalA11yETreeClass))
static AtkObjectClass *parent_class;
static GType parent_type;