diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-12 10:26:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-12 10:59:31 -0400 |
commit | d8abcdb5a1a33f9d6724dfd7d165167f234f506a (patch) | |
tree | c9258da065153b60c92382bf2b99f0e1cd1a1fe3 /gtk/gtkfilechoosernativeportal.c | |
parent | 65ecfa20dda35b99893b68f1a8065a40db00f845 (diff) | |
download | gtk+-d8abcdb5a1a33f9d6724dfd7d165167f234f506a.tar.gz |
Remove unused includes
Only GtkFileChooserWidget and GtkFileChooserDialog
use the GtkFileChooserEmbed interface.
Diffstat (limited to 'gtk/gtkfilechoosernativeportal.c')
-rw-r--r-- | gtk/gtkfilechoosernativeportal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechoosernativeportal.c b/gtk/gtkfilechoosernativeportal.c index 1aafd3d9fc..e06d8678fb 100644 --- a/gtk/gtkfilechoosernativeportal.c +++ b/gtk/gtkfilechoosernativeportal.c @@ -28,7 +28,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" |