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
@ -1,3 +1,8 @@
|
||||
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"
|
||||
|
||||
2005-11-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/tga.c (save_image): allocate a tile cache.
|
||||
|
@ -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"
|
||||
|
@ -27,8 +27,8 @@
|
||||
|
||||
#include "core-types.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimpmarshal.h"
|
||||
#include "gimp-gui.h"
|
||||
#include "gimpprogress.h"
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
Reference in New Issue
Block a user