mirror of https://github.com/GNOME/gimp.git
app/plug-in/Makefile.am app/plug-in/plug-ins-help.[ch] new files managing
2006-04-09 Michael Natterer <mitch@gimp.org> * app/plug-in/Makefile.am * app/plug-in/plug-ins-help.[ch] * app/plug-in/plug-ins-locale.[ch]: new files managing plug-in help domains and locale domains. * app/plug-in/plug-ins.[ch]: removed the functions here. Minor unrelated cleanups. * app/plug-in/plug-in.c * app/actions/plug-in-actions.c * app/menus/plug-in-menus.c * app/widgets/gimpfiledialog.c * app/widgets/gimpfileprocview.c * app/widgets/gimphelp.c * tools/pdbgen/pdb/help.pdb * tools/pdbgen/pdb/plug_in.pdb: changed includes accordingly. * app/pdb/help_cmds.c * app/pdb/plug_in_cmds.c: regenerated.
This commit is contained in:
parent
84a9e5ecf8
commit
618202c37e
|
@ -30,7 +30,7 @@
|
|||
#include "core/gimp.h"
|
||||
#include "core/gimpmarshal.h"
|
||||
|
||||
#include "plug-in/plug-ins.h"
|
||||
#include "plug-in/plug-ins-help.h"
|
||||
|
||||
#include "pdb/gimppluginprocedure.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue