diff options
-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 |