added missing include.

2008-04-04  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/drawable.pdb: added missing include.

	* app/pdb/drawable-cmds.c: regenerated.

svn path=/trunk/; revision=25360
This commit is contained in:
Sven Neumann 2008-04-04 11:18:26 +00:00 committed by Sven Neumann
parent b8e4695941
commit b5c23c3da9
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-04-04 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/drawable.pdb: added missing include.
* app/pdb/drawable-cmds.c: regenerated.
2008-04-04 Sven Neumann <sven@gimp.org>
* tools/pdbgen/app.pl: changed the names of the generated files.

View File

@ -39,6 +39,7 @@
#include "core/gimpparamspecs.h"
#include "plug-in/gimpplugin.h"
#include "plug-in/gimppluginmanager.h"
#include "text/gimptextlayer.h"
#include "gimppdb.h"
#include "gimppdb-utils.h"

View File

@ -1300,6 +1300,7 @@ CODE
"core/gimpdrawable-offset.h"
"core/gimplayer.h"
"core/gimplayermask.h"
"text/gimptextlayer.h"
"gimppdb-utils.h"
"gimp-intl.h");