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
@ -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"
|
||||
|
Reference in New Issue
Block a user