mirror of https://github.com/GNOME/gimp.git
app: remove a bunch of file-utils.h includes
This commit is contained in:
parent
7f966cad39
commit
d0a6d95dad
|
@ -32,7 +32,6 @@
|
|||
#include "core/gimpdatafactory.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "widgets/gimpclipboard.h"
|
||||
#include "widgets/gimpcontainerview.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "core/gimpimagefile.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "widgets/gimpclipboard.h"
|
||||
#include "widgets/gimpcontainerview.h"
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "display/gimpdisplay.h"
|
||||
#include "display/gimpdisplay-foreach.h"
|
||||
#include "display/gimpdisplayshell.h"
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include "core/gimpcontext.h"
|
||||
#include "core/gimpimage.h"
|
||||
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "widgets/gimphelp-ids.h"
|
||||
#include "widgets/gimpmessagebox.h"
|
||||
#include "widgets/gimpmessagedialog.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "core/gimpprogress.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "text/gimptext.h"
|
||||
#include "text/gimptextlayer.h"
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include "core/gimpselection.h"
|
||||
#include "core/gimptempbuf.h"
|
||||
#include "core/gimpunit.h"
|
||||
#include "file/file-utils.h"
|
||||
#include "plug-in/gimpplugin.h"
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "vectors/gimpvectors.h"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "core/gimp-utils.h"
|
||||
|
||||
#include "file/file-procedure.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "plug-in/gimppluginmanager.h"
|
||||
#include "plug-in/gimppluginprocedure.h"
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "text/gimptextlayer.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "gimpactiongroup.h"
|
||||
#include "gimpcellrendererviewable.h"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "core/gimptoolinfo.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "gimpdnd.h"
|
||||
#include "gimptoolbox.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "core/gimpcontext.h"
|
||||
|
||||
#include "file/file-open.h"
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "gimpcairo-wilber.h"
|
||||
#include "gimpdevices.h"
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
#include "core/gimpimage.h"
|
||||
#include "core/gimpitem.h"
|
||||
|
||||
#include "file/file-utils.h"
|
||||
|
||||
#include "gimpview.h"
|
||||
#include "gimpviewabledialog.h"
|
||||
#include "gimpviewrenderer.h"
|
||||
|
|
|
@ -3060,7 +3060,6 @@ CODE
|
|||
"core/gimpunit.h"
|
||||
"plug-in/gimpplugin.h"
|
||||
"plug-in/gimppluginmanager.h"
|
||||
"file/file-utils.h"
|
||||
"gimppdbcontext.h"
|
||||
"gimppdberror.h"
|
||||
"gimppdb-utils.h"
|
||||
|
|
Loading…
Reference in New Issue