summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernative.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-11 18:11:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-12 09:12:43 -0400
commit0210850e8681c30579d0890112c8310ec4ba0947 (patch)
treeaeeea22da1e5136360828ba16a1ee2f460536fe1 /gtk/gtkfilechoosernative.c
parent053223bf6536900c4405040e66235bb3c9a22d73 (diff)
downloadgtk+-0210850e8681c30579d0890112c8310ec4ba0947.tar.gz
Reduce includes of gtkfilesystem.h
Move a few non-filesystem helpers to gtkfileutils.h, and drop the include in all the places where it isn't needed.
Diffstat (limited to 'gtk/gtkfilechoosernative.c')
-rw-r--r--gtk/gtkfilechoosernative.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c
index b6f7a9b01b..d157dfa002 100644
--- a/gtk/gtkfilechoosernative.c
+++ b/gtk/gtkfilechoosernative.c
@@ -29,7 +29,6 @@
#include "gtkfilechooserwidgetprivate.h"
#include "gtkfilechooserutils.h"
#include "gtkfilechooserembed.h"
-#include "gtkfilesystem.h"
#include "gtksizerequest.h"
#include "gtktypebuiltins.h"
#include "gtkintl.h"