diff options
Diffstat (limited to 'a11y/e-table/gal-a11y-e-table-item.c')
-rw-r--r-- | a11y/e-table/gal-a11y-e-table-item.c | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/a11y/e-table/gal-a11y-e-table-item.c b/a11y/e-table/gal-a11y-e-table-item.c index 20bd94316e..a6945d351c 100644 --- a/a11y/e-table/gal-a11y-e-table-item.c +++ b/a11y/e-table/gal-a11y-e-table-item.c @@ -8,26 +8,24 @@ */ #include <config.h> + #include <string.h> + +#include <atk/atk.h> + +#include "gal/a11y/gal-a11y-util.h" +#include "gal/e-table/e-table-click-to-add.h" +#include "gal/e-table/e-table-subset.h" +#include "gal/e-table/e-table.h" +#include "gal/e-table/e-tree.h" +#include "gal/widgets/e-canvas.h" +#include "gal/widgets/e-selection-model.h" + #include "gal-a11y-e-table-item.h" #include "gal-a11y-e-table-item-factory.h" #include "gal-a11y-e-table-click-to-add.h" #include "gal-a11y-e-cell-registry.h" #include "gal-a11y-e-cell.h" -#include "gal-a11y-util.h" -#include <gal/e-table/e-table-subset.h> -#include <gal/widgets/e-selection-model.h> -#include <gal/widgets/e-canvas.h> -#include <gal/e-table/e-table.h> -#include <gal/e-table/e-table-click-to-add.h> -#include <gal/e-table/e-tree.h> - -#include <atk/atkobject.h> -#include <atk/atktable.h> -#include <atk/atkcomponent.h> -#include <atk/atkobjectfactory.h> -#include <atk/atkregistry.h> -#include <atk/atkgobjectaccessible.h> #define CS_CLASS(a11y) (G_TYPE_INSTANCE_GET_CLASS ((a11y), C_TYPE_STREAM, GalA11yETableItemClass)) static GObjectClass *parent_class; |