diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-19 00:12:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-19 00:12:36 +0800 |
commit | 1fdd8e2b759b73c8c39d11ac194173cc84a369a6 (patch) | |
tree | c41a5a0ca7d32f166d2a8932a2f4380c2bf8924e /calendar/cal-client | |
parent | c78c05d8af2d2deddb3d06da5fb408acfc03dfb0 (diff) | |
download | gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar.gz gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar.bz2 gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar.lz gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar.xz gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.tar.zst gsoc2013-evolution-1fdd8e2b759b73c8c39d11ac194173cc84a369a6.zip |
Hot builddir != srcdir loving action.
svn path=/trunk/; revision=9444
Diffstat (limited to 'calendar/cal-client')
-rw-r--r-- | calendar/cal-client/cal-query.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/cal-client/cal-query.h b/calendar/cal-client/cal-query.h index 8db6f29f7a..53bc7382da 100644 --- a/calendar/cal-client/cal-query.h +++ b/calendar/cal-client/cal-query.h @@ -24,7 +24,8 @@ #include <libgnome/gnome-defs.h> #include <gtk/gtkobject.h> -#include <cal-client/evolution-calendar.h> + +#include "evolution-calendar.h" BEGIN_GNOME_DECLS |