diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-08 00:34:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-08 00:34:33 +0800 |
commit | 182aac92717182d1767a282e137974d2c9d390c9 (patch) | |
tree | 0ef635fb51d42491f4244b6e90e44813664b47b8 /camel | |
parent | 55434d946738ae03c2c841002204baa3bdd7ce1f (diff) | |
download | gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar.gz gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar.bz2 gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar.lz gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar.xz gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.tar.zst gsoc2013-evolution-182aac92717182d1767a282e137974d2c9d390c9.zip |
removed gnome-defs.h, it does not exist.
2002-11-07 Rodrigo Moya <rodrigo@ximian.com>
* camel-object.h: removed gnome-defs.h, it does not exist.
svn path=/trunk/; revision=18633
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-object.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 20ab8da7f8..4305c2ad08 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2002-11-07 Rodrigo Moya <rodrigo@ximian.com> + + * camel-object.h: removed gnome-defs.h, it does not exist. + 2002-11-05 Not Zed <NotZed@Ximian.com> * Makefile.am (camel_lock_helper_LDADD): Created temporary link diff --git a/camel/camel-object.h b/camel/camel-object.h index f35d5873d3..7c218cd30c 100644 --- a/camel/camel-object.h +++ b/camel/camel-object.h @@ -39,7 +39,6 @@ extern "C" { #include <camel/camel-types.h> /* this is a @##$@#SF stupid header */ /* this crap shouldn't be here */ -#include <libgnome/gnome-defs.h> #include <libgnome/gnome-i18n.h> #ifdef ENABLE_THREADS |