include libart.h instead of a selection of libart headers.

2002-04-06  Sven Neumann  <sven@gimp.org>

	* app/core/gimpscanconvert.c: include libart.h instead of a selection
	of libart headers.
This commit is contained in:
Sven Neumann 2002-04-09 11:39:04 +00:00 committed by Sven Neumann
parent 548268011e
commit 42c504b074
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2002-04-06 Sven Neumann <sven@gimp.org>
* app/core/gimpscanconvert.c: include libart.h instead of a selection
of libart headers.
2002-04-03 Manish Singh <yosh@gimp.org>
* app/core/gimpobject.c: use gobject marshaller names directly so

View File

@ -22,13 +22,7 @@
#include <glib-object.h>
#include <libart_lgpl/art_gray_svp.h>
#include <libart_lgpl/art_misc.h>
#include <libart_lgpl/art_pathcode.h>
#include <libart_lgpl/art_svp.h>
#include <libart_lgpl/art_svp_vpath.h>
#include <libart_lgpl/art_svp_wind.h>
#include <libart_lgpl/art_vpath.h>
#include <libart_lgpl/libart.h>
#include "libgimpmath/gimpmath.h"