app/actions/data-commands.c #include "gimp.h" instead of "gimp-gui.h"
2005-11-02 Michael Natterer <mitch@gimp.org> * app/actions/data-commands.c * app/core/gimpprogress.c: #include "gimp.h" instead of "gimp-gui.h"
This commit is contained in:

committed by
Michael Natterer

parent
b7b9096c61
commit
c9c4e92647
@ -24,11 +24,11 @@
|
||||
|
||||
#include "actions-types.h"
|
||||
|
||||
#include "core/gimp.h"
|
||||
#include "core/gimpcontainer.h"
|
||||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpdata.h"
|
||||
#include "core/gimpdatafactory.h"
|
||||
#include "core/gimp-gui.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
Reference in New Issue
Block a user