Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
eca3eab9
Commit
eca3eab9
authored
Oct 11, 2020
by
Timm Bäder
🤔
Committed by
Matthias Clasen
Oct 14, 2020
Browse files
Remove unneeded gtkstylecontext.h includes
parent
2bcef7f0
Changes
52
Hide whitespace changes
Inline
Side-by-side
gtk/gtkappchooserdialog.c
View file @
eca3eab9
...
...
@@ -56,7 +56,6 @@
#include
"gtkdialogprivate.h"
#include
"gtksearchbar.h"
#include
"gtksizegroup.h"
#include
"gtkstylecontext.h"
#include
<string.h>
#include
<glib/gi18n-lib.h>
...
...
gtk/gtkassistant.c
View file @
eca3eab9
...
...
@@ -81,7 +81,6 @@
#include
"gtksizegroup.h"
#include
"gtksizerequest.h"
#include
"gtkstack.h"
#include
"gtkstylecontext.h"
#include
"gtktypebuiltins.h"
typedef
struct
_GtkAssistantPageClass
GtkAssistantPageClass
;
...
...
gtk/gtkbutton.c
View file @
eca3eab9
...
...
@@ -71,7 +71,6 @@
#include
"gtkmain.h"
#include
"gtkmarshalers.h"
#include
"gtkprivate.h"
#include
"gtkstylecontext.h"
#include
"gtktypebuiltins.h"
#include
"gtkwidgetprivate.h"
#include
"gtkshortcuttrigger.h"
...
...
gtk/gtkcolorchooserwidget.c
View file @
eca3eab9
...
...
@@ -28,7 +28,6 @@
#include
"gtkprivate.h"
#include
"gtkintl.h"
#include
"gtksizegroup.h"
#include
"gtkstylecontext.h"
#include
"gtkboxlayout.h"
#include
"gtkwidgetprivate.h"
#include
"gdkrgbaprivate.h"
...
...
gtk/gtkcolumnviewcolumn.c
View file @
eca3eab9
...
...
@@ -31,7 +31,6 @@
#include
"gtkprivate.h"
#include
"gtkrbtreeprivate.h"
#include
"gtksizegroup.h"
#include
"gtkstylecontext.h"
#include
"gtkwidgetprivate.h"
#include
"gtksorter.h"
...
...
gtk/gtkdialog.c
View file @
eca3eab9
...
...
@@ -43,7 +43,6 @@
#include
"gtksettings.h"
#include
"gtktypebuiltins.h"
#include
"gtksizegroup.h"
#include
"gtkstylecontext.h"
/**
* SECTION:gtkdialog
...
...
gtk/gtkdragsource.c
View file @
eca3eab9
...
...
@@ -32,7 +32,6 @@
#include
"gtknative.h"
#include
"gtkwidgetprivate.h"
#include
"gtkintl.h"
#include
"gtkstylecontext.h"
#include
"gtkimageprivate.h"
#include
"gtkdragicon.h"
#include
"gtkprivate.h"
...
...
gtk/gtkdrawingarea.c
View file @
eca3eab9
...
...
@@ -28,7 +28,6 @@
#include
"gtkmarshalers.h"
#include
"gtkprivate.h"
#include
"gtksnapshot.h"
#include
"gtkstylecontext.h"
#include
"gtkwidgetprivate.h"
typedef
struct
_GtkDrawingAreaPrivate
GtkDrawingAreaPrivate
;
...
...
gtk/gtkdropdown.c
View file @
eca3eab9
...
...
@@ -33,7 +33,6 @@
#include
"gtkfilterlistmodel.h"
#include
"gtkstringfilter.h"
#include
"gtkmultifilter.h"
#include
"gtkstylecontext.h"
#include
"gtkwidgetprivate.h"
#include
"gtknative.h"
#include
"gtktogglebutton.h"
...
...
gtk/gtkemojichooser.c
View file @
eca3eab9
...
...
@@ -33,7 +33,6 @@
#include
"gtkintl.h"
#include
"gtkprivate.h"
#include
"gtksearchentryprivate.h"
#include
"gtkstylecontext.h"
#include
"gtktext.h"
#include
"gtknative.h"
#include
"gtkwidgetprivate.h"
...
...
gtk/gtkentrycompletion.c
View file @
eca3eab9
...
...
@@ -84,7 +84,6 @@
#include
"gtkwindowprivate.h"
#include
"gtkwidgetprivate.h"
#include
"gtknative.h"
#include
"gtkstylecontext.h"
#include
<string.h>
...
...
gtk/gtkfilechooserdialog.c
View file @
eca3eab9
...
...
@@ -30,7 +30,6 @@
#include
"gtkintl.h"
#include
"gtksettings.h"
#include
"gtktogglebutton.h"
#include
"gtkstylecontext.h"
#include
"gtkheaderbar.h"
#include
"gtkdialogprivate.h"
#include
"gtklabel.h"
...
...
gtk/gtkfilechoosernative.c
View file @
eca3eab9
...
...
@@ -33,7 +33,6 @@
#include
"gtkintl.h"
#include
"gtksettings.h"
#include
"gtktogglebutton.h"
#include
"gtkstylecontext.h"
#include
"gtkheaderbar.h"
#include
"gtklabel.h"
#include
"gtkfilefilterprivate.h"
...
...
gtk/gtkfilechoosernativeportal.c
View file @
eca3eab9
...
...
@@ -33,7 +33,6 @@
#include
"gtkintl.h"
#include
"gtksettings.h"
#include
"gtktogglebutton.h"
#include
"gtkstylecontext.h"
#include
"gtkheaderbar.h"
#include
"gtklabel.h"
#include
"gtkmain.h"
...
...
gtk/gtkfilechoosernativequartz.c
View file @
eca3eab9
...
...
@@ -33,7 +33,6 @@
#include
"gtkintl.h"
#include
"gtksettings.h"
#include
"gtktogglebutton.h"
#include
"gtkstylecontext.h"
#include
"gtkheaderbar.h"
#include
"gtklabel.h"
#include
"gtknative.h"
...
...
gtk/gtkfilechoosernativewin32.c
View file @
eca3eab9
...
...
@@ -39,7 +39,6 @@
#include
"gtkintl.h"
#include
"gtksettings.h"
#include
"gtktogglebutton.h"
#include
"gtkstylecontext.h"
#include
"gtkheaderbar.h"
#include
"gtklabel.h"
#include
"gtkfilefilterprivate.h"
...
...
gtk/gtkglarea.c
View file @
eca3eab9
...
...
@@ -24,7 +24,6 @@
#include
"gtkglarea.h"
#include
"gtkintl.h"
#include
"gtkmarshalers.h"
#include
"gtkstylecontext.h"
#include
"gtkmarshalers.h"
#include
"gtkprivate.h"
#include
"gtkrender.h"
...
...
gtk/gtkinfobar.c
View file @
eca3eab9
...
...
@@ -43,7 +43,6 @@
#include
"gtkintl.h"
#include
"gtkprivate.h"
#include
"gtkorientable.h"
#include
"gtkstylecontext.h"
#include
"gtktypebuiltins.h"
#include
"gtkwidgetprivate.h"
#include
"gtkbinlayout.h"
...
...
gtk/gtklinkbutton.c
View file @
eca3eab9
...
...
@@ -68,7 +68,6 @@
#include
"gtkprivate.h"
#include
"gtkshow.h"
#include
"gtksizerequest.h"
#include
"gtkstylecontext.h"
#include
"gtktooltip.h"
#include
"gtkwidgetprivate.h"
...
...
gtk/gtklistview.c
View file @
eca3eab9
...
...
@@ -28,7 +28,6 @@
#include
"gtkmain.h"
#include
"gtkprivate.h"
#include
"gtkrbtreeprivate.h"
#include
"gtkstylecontext.h"
#include
"gtkwidgetprivate.h"
/* Maximum number of list items created by the listview.
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment