diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-15 22:35:07 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-19 08:49:15 +0100 |
commit | 85c8e29d78413bb863f6e3f020dfd00079eb42ea (patch) | |
tree | 033b32165c3f71b16a6bd95dda451f205732528a /gtk/gtkstylecontext.h | |
parent | 8fb797866dbc3316f5f9a47839b40912a8524321 (diff) | |
download | gtk+-85c8e29d78413bb863f6e3f020dfd00079eb42ea.tar.gz |
stylecontext: Move atk.h include where it belongs
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 0f349ff368..13de1f1035 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -26,7 +26,6 @@ #include <gtk/gtkcsssection.h> #include <gtk/gtkstyleprovider.h> #include <gtk/gtktypes.h> -#include <atk/atk.h> G_BEGIN_DECLS |