app/gradient.c app/color_transfer.c app/free_select.c app/lut_funcs.c

Wed Sep  1 22:28:09 BST 1999 Adam D. Moss <adam@gimp.org>

	* app/gradient.c
	* app/color_transfer.c
	* app/free_select.c
	* app/lut_funcs.c
	* app/blob.c: s/#include <math.h>/#include "libgimp/gimpmath.h"/
This commit is contained in:
BST 1999 Adam D. Moss
1999-09-01 21:31:55 +00:00
committed by Adam D. Moss
parent a437ece36f
commit f4f0932dfd
15 changed files with 24 additions and 11 deletions

View File

@ -24,12 +24,12 @@
#include "blob.h"
#include <glib.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "appenv.h"
#include "libgimp/gimpmath.h"
static Blob *
blob_new (int y, int height)