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

@ -1,3 +1,11 @@
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"/
Wed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org>
* app/convert.c app/convert.h:

View File

@ -18,7 +18,6 @@
#include "config.h"
#include <math.h>
#include <stdio.h>
#include <glib.h>
@ -26,6 +25,8 @@
#include "gimplut.h"
#include "gimphistogram.h"
#include "libgimp/gimpmath.h"
/* ---------- Brightness/Contrast -----------*/
typedef struct B_C_struct

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)

View File

@ -17,8 +17,8 @@
*/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "appenv.h"
#include "libgimp/gimpmath.h"
#include "color_transfer.h"
/* for lightening */

View File

@ -28,6 +28,7 @@
#include "selection_options.h"
#include "libgimp/gimpintl.h"
#include "libgimp/gimpmath.h"
#define DEFAULT_MAX_INC 1024
#define SUPERSAMPLE 3

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"

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"

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"

View File

@ -18,7 +18,6 @@
#include "config.h"
#include <math.h>
#include <stdio.h>
#include <glib.h>
@ -26,6 +25,8 @@
#include "gimplut.h"
#include "gimphistogram.h"
#include "libgimp/gimpmath.h"
/* ---------- Brightness/Contrast -----------*/
typedef struct B_C_struct

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)

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)

View File

@ -28,6 +28,7 @@
#include "selection_options.h"
#include "libgimp/gimpintl.h"
#include "libgimp/gimpmath.h"
#define DEFAULT_MAX_INC 1024
#define SUPERSAMPLE 3

View File

@ -28,6 +28,7 @@
#include "selection_options.h"
#include "libgimp/gimpintl.h"
#include "libgimp/gimpmath.h"
#define DEFAULT_MAX_INC 1024
#define SUPERSAMPLE 3

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)

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"