From 42c504b07457947b121d5c457f28d3db24d04a8d Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 9 Apr 2002 11:39:04 +0000 Subject: [PATCH] include libart.h instead of a selection of libart headers. 2002-04-06 Sven Neumann * app/core/gimpscanconvert.c: include libart.h instead of a selection of libart headers. --- ChangeLog | 5 +++++ app/core/gimpscanconvert.c | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93391ff8e4..c86f6ed846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-06 Sven Neumann + + * app/core/gimpscanconvert.c: include libart.h instead of a selection + of libart headers. + 2002-04-03 Manish Singh * app/core/gimpobject.c: use gobject marshaller names directly so diff --git a/app/core/gimpscanconvert.c b/app/core/gimpscanconvert.c index a90092e868..fae7c7345a 100644 --- a/app/core/gimpscanconvert.c +++ b/app/core/gimpscanconvert.c @@ -22,13 +22,7 @@ #include -#include -#include -#include -#include -#include -#include -#include +#include #include "libgimpmath/gimpmath.h"