mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00

2006-01-17 Raphael Quinet <raphael@gimp.org> * (about 130 *.[ch] files): automatically removed trailing whitespace from 3460 lines.
15 lines
240 B
C
15 lines
240 B
C
/*
|
|
* gtk-doc can't build libgimp-scan.c without PLUG_IN_INFO being defined
|
|
* so we include this file as a workaround
|
|
*/
|
|
|
|
#include <glib.h>
|
|
#include <libgimp/gimp.h>
|
|
|
|
GimpPlugInInfo PLUG_IN_INFO =
|
|
{
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
};
|