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:

committed by
Adam D. Moss

parent
a437ece36f
commit
f4f0932dfd
@ -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)
|
||||
|
Reference in New Issue
Block a user