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

@ -143,7 +143,6 @@
#include "config.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -166,6 +165,7 @@
#include "gradient_header.h"
#include "libgimp/gimpintl.h"
#include "libgimp/gimpmath.h"
#include "pixmaps/zoom_in.xpm"
#include "pixmaps/zoom_out.xpm"