diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-08 09:51:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-08 09:51:53 +0800 |
commit | 358b21acbb66bbb700f6d3ff3080229e33887d78 (patch) | |
tree | 768c7df50d085f4910eb819c5836d3dddc72d43d | |
parent | 8287590461ca0577afdf6cfa4475ccbbe05a42d9 (diff) | |
download | gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar.gz gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar.bz2 gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar.lz gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar.xz gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.tar.zst gsoc2013-evolution-358b21acbb66bbb700f6d3ff3080229e33887d78.zip |
Removed an unneccessary include of libhnj. All uses of libhnj are
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.
svn path=/trunk/; revision=1690
-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 |