* app/gimphistogramF.h: new file containing typedef for GimpHistogram. * app/gimphistogram.h: moved GimpHistogram typedef to gimphistogramF.h * app/lut_funcs.h: include gimphistogramF.h again now that the file actually exists.
6 lines
145 B
C
6 lines
145 B
C
#ifndef __GIMP_HISTOGRAM_F_H__
|
|
#define __GIMP_HISTOGRAM_F_H__
|
|
|
|
typedef struct _GimpHistogram GimpHistogram;
|
|
|
|
#endif /* __GIMP_HISTOGRAM_F_H__ */
|