diff options
Diffstat (limited to 'a11y/e-table/gal-a11y-e-cell-registry.h')
-rw-r--r-- | a11y/e-table/gal-a11y-e-cell-registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell-registry.h b/a11y/e-table/gal-a11y-e-cell-registry.h index eecd41139c..602d6be41e 100644 --- a/a11y/e-table/gal-a11y-e-cell-registry.h +++ b/a11y/e-table/gal-a11y-e-cell-registry.h @@ -11,8 +11,8 @@ #include <glib-object.h> #include <atk/atkobject.h> -#include <gal/e-table/e-table-item.h> -#include <gal/e-table/e-cell.h> +#include <table/e-table-item.h> +#include <table/e-cell.h> #define GAL_A11Y_TYPE_E_CELL_REGISTRY (gal_a11y_e_cell_registry_get_type ()) #define GAL_A11Y_E_CELL_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAL_A11Y_TYPE_E_CELL_REGISTRY, GalA11yECellRegistry)) |