diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-15 06:23:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-15 06:23:21 +0800 |
commit | e34d1462b63b2c2947a6805b2b2dbaaa954b62ba (patch) | |
tree | 12de13eccc0839a73f2c19663b5fdc6ec238f518 /calendar/gui/tasks-component.h | |
parent | c0a24a282e4d4ffcce16df74a77269c2f1754e69 (diff) | |
download | gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.gz gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.zst gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.zip |
include e-source* from e-d-s
2003-11-14 JP Rosevear <jpr@ximian.com>
* gui/*.[hc]: include e-source* from e-d-s
svn path=/trunk/; revision=23364
Diffstat (limited to 'calendar/gui/tasks-component.h')
-rw-r--r-- | calendar/gui/tasks-component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/tasks-component.h b/calendar/gui/tasks-component.h index 8fa94d4469..1c47c4d9b1 100644 --- a/calendar/gui/tasks-component.h +++ b/calendar/gui/tasks-component.h @@ -24,8 +24,8 @@ #define _TASKS_COMPONENT_H_ #include <bonobo/bonobo-object.h> +#include <libedataserver/e-source-list.h> #include "Evolution.h" -#include "e-util/e-source-list.h" #define TASKS_TYPE_COMPONENT (tasks_component_get_type ()) |