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 | |
parent | 65ecfa20dda35b99893b68f1a8065a40db00f845 (diff) | |
download | gtk+-d8abcdb5a1a33f9d6724dfd7d165167f234f506a.tar.gz |
Remove unused includes
Only GtkFileChooserWidget and GtkFileChooserDialog
use the GtkFileChooserEmbed interface.
-rw-r--r-- | gtk/gtkfilechoosernative.c | 1 | ||||
-rw-r--r-- | gtk/gtkfilechoosernativeportal.c | 1 | ||||
-rw-r--r-- | gtk/gtkfilechoosernativequartz.c | 1 | ||||
-rw-r--r-- | gtk/gtkfilechoosernativewin32.c | 1 | ||||
-rw-r--r-- | gtk/gtknativedialog.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c index d157dfa002..6755eb90d7 100644 --- a/gtk/gtkfilechoosernative.c +++ b/gtk/gtkfilechoosernative.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" 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" diff --git a/gtk/gtkfilechoosernativequartz.c b/gtk/gtkfilechoosernativequartz.c index 1726942b97..847a461536 100644 --- a/gtk/gtkfilechoosernativequartz.c +++ b/gtk/gtkfilechoosernativequartz.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" diff --git a/gtk/gtkfilechoosernativewin32.c b/gtk/gtkfilechoosernativewin32.c index 9b43506042..68076989fc 100644 --- a/gtk/gtkfilechoosernativewin32.c +++ b/gtk/gtkfilechoosernativewin32.c @@ -34,7 +34,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 1ba13798c5..eed21777fd 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -27,7 +27,6 @@ #include "gtkfilechooserwidget.h" #include "gtkfilechooserwidgetprivate.h" #include "gtkfilechooserutils.h" -#include "gtkfilechooserembed.h" #include "gtksizerequest.h" #include "gtktypebuiltins.h" #include "gtkintl.h" |