diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 22:32:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-19 22:32:23 -0400 |
commit | 2f1fa7cdc3735b13561f27345f43ed3ac6883d8e (patch) | |
tree | e583c020bae18bc7a070f13e3f12e6a8434c3e17 /gtk/gtkprintunixdialog.c | |
parent | 0aa57d26b53a39d0f95bc42d34abd70f4f32406b (diff) | |
download | gtk+-2f1fa7cdc3735b13561f27345f43ed3ac6883d8e.tar.gz |
Drop some unnecessary includes
Drop includes of deprecated headers where they are
no longer needed.
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r-- | gtk/gtkprintunixdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index ed9b2eef6a..ef00d59bc6 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -36,7 +36,6 @@ #include "gtkspinbutton.h" #include "gtkcellrendererpixbuf.h" #include "gtkcellrenderertext.h" -#include "deprecated/gtkiconfactory.h" #include "gtkimage.h" #include "gtktreeselection.h" #include "gtknotebook.h" |