Fixed an include file in lut_funcs.h so it compiles.

This commit is contained in:
Raph Levien 1999-04-10 01:57:53 +00:00
parent dde3603123
commit 284f2d379d
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
Fri Apr 9 18:58:41 1999 Raph Levien <raph@gimp.org>
* app/lut_funcs.h: changed the include to "gimphistogram.h" rather
tha "gimphistogramF.h". I could have split the typedef struct
_GimpHistogram GimpHistogram into a newly created gimphistogramF.h
file as some modules seem to do, but chose this because it seemed
like a less drastic fix.
1999-04-08 Jay Cox <jaycox@earthlink.net>
* app/Makefile.am: build color_cmds, lut_funcs, and pixel_processor

View File

@ -20,7 +20,7 @@
#define __LUT_FUNCS_H__
#include "gimplutF.h"
#include "gimphistogramF.h"
#include "gimphistogram.h"
/* brightness contrast */
void brightness_contrast_lut_setup (GimpLut *lut,

View File

@ -20,7 +20,7 @@
#define __LUT_FUNCS_H__
#include "gimplutF.h"
#include "gimphistogramF.h"
#include "gimphistogram.h"
/* brightness contrast */
void brightness_contrast_lut_setup (GimpLut *lut,