diff options
author | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-09-20 01:47:40 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-09-20 01:47:40 +0800 |
commit | 27dd700efbc33945e59eab8f35c62a6444b334bd (patch) | |
tree | 882f063a25f70b4ceca954528ccd008732def311 | |
parent | 80b18f730d5f33d44f5800ba8e061432f9e62014 (diff) | |
download | gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar.gz gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar.bz2 gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar.lz gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar.xz gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.tar.zst gsoc2013-evolution-27dd700efbc33945e59eab8f35c62a6444b334bd.zip |
Fixed weird include path
svn path=/trunk/; revision=12981
-rw-r--r-- | calendar/pcs/cal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/cal.h b/calendar/pcs/cal.h index 6797b5df25..fa11ba29e8 100644 --- a/calendar/pcs/cal.h +++ b/calendar/pcs/cal.h @@ -26,7 +26,7 @@ #include <libgnome/gnome-defs.h> #include <bonobo/bonobo-xobject.h> -#include "calendar/pcs/evolution-calendar.h" +#include "evolution-calendar.h" #include "cal-common.h" BEGIN_GNOME_DECLS |