diff options
Diffstat (limited to 'widgets/table/e-table-field-chooser.c')
-rw-r--r-- | widgets/table/e-table-field-chooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c index 0d56945f7f..52db886cda 100644 --- a/widgets/table/e-table-field-chooser.c +++ b/widgets/table/e-table-field-chooser.c @@ -22,8 +22,8 @@ #include <config.h> #include <gnome.h> -#include <e-table-field-chooser.h> -#include <e-table-field-chooser-item.h> +#include "e-table-field-chooser.h" +#include "e-table-field-chooser-item.h" static void e_table_field_chooser_init (ETableFieldChooser *card); static void e_table_field_chooser_class_init (ETableFieldChooserClass *klass); |