mirror of https://github.com/GNOME/gimp.git
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/actions/data-commands.c: add missing include file.
This commit is contained in:
parent
bdf1580d6c
commit
65663f28d4
|
@ -1,3 +1,7 @@
|
|||
2005-11-02 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/actions/data-commands.c: add missing include file.
|
||||
|
||||
2005-11-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpimagefile.c
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#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"
|
||||
|
|
Loading…
Reference in New Issue