diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2000-02-07 Christopher James Lahey <clahey@helixcode.com> + + * addressbook/printing/e-contact-print.c: Removed an unneccessary + include of libhnj. All uses of libhnj are commented out. + 2000-02-07 Matt Loper <matt.loper@splashtech.com> * camel/camel-formatter.c (mime_part_to_html): function deleted. diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index bcc4b5b725..5dc0e9f4bc 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -31,8 +31,6 @@ #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> #include <ctype.h> -#include <libhnj/hsjust.h> -#include <libhnj/just.h> #define SCALE 5 #define HYPHEN_PIXELS 20 |