diff options
author | Timm Bäder <mail@baedert.org> | 2018-02-25 11:29:33 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-02-25 16:47:20 +0100 |
commit | c7294ab90e06a6bb0b5ca4958064f00d0c2a063b (patch) | |
tree | afa99ccd5653f95c11e1f176b1c268e5ee23da47 /gtk/gtkscalebutton.c | |
parent | 94493414b508420a7701e98abfb62b1707d195e4 (diff) | |
download | gtk+-c7294ab90e06a6bb0b5ca4958064f00d0c2a063b.tar.gz |
button: Remove priv pointer
This way we can also move the GtkButtonPrivate definition into
gtkbutton.c
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r-- | gtk/gtkscalebutton.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 9f9a7e93d0..91f8dacf22 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -40,6 +40,7 @@ #include "gtkbindings.h" #include "gtkbox.h" #include "gtkbuttonprivate.h" +#include "gtkimage.h" #include "gtkeventcontrollerscroll.h" #include "gtkframe.h" #include "gtkgesture.h" |