diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-11 18:11:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-12 09:12:43 -0400 |
commit | 0210850e8681c30579d0890112c8310ec4ba0947 (patch) | |
tree | aeeea22da1e5136360828ba16a1ee2f460536fe1 /gtk/gtkplacessidebar.c | |
parent | 053223bf6536900c4405040e66235bb3c9a22d73 (diff) | |
download | gtk+-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/gtkplacessidebar.c')
-rw-r--r-- | gtk/gtkplacessidebar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 1131668f58..7c528252e2 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -33,7 +33,7 @@ #include "gdk/gdkkeysyms.h" #include "gtkbookmarksmanagerprivate.h" #include "gtkcelllayout.h" -#include "gtkfilesystem.h" +#include "gtkfilechooserutils.h" #include "gtkicontheme.h" #include "gtkintl.h" #include "gtkmain.h" |