diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-07-29 14:53:00 +0800 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-29 20:10:03 -0400 |
commit | 9232899c6915888df1ec8f41ac8e8300641c4fd2 (patch) | |
tree | c01010968a18db4dac287b49e4cb8d359e743e5f /gtk/gtkprintoperation-win32.c | |
parent | 493ca20912a9a84b3b13f44c1e99b97eb75dd943 (diff) | |
download | gtk+-9232899c6915888df1ec8f41ac8e8300641c4fd2.tar.gz |
gtkprintoperation-win32.c: Drop unneeded include
Don't include gtkstock.h as it's not really needed here, and it has been
recently deprecated.
https://bugzilla.gnome.org/show_bug.cgi?id=705060
Diffstat (limited to 'gtk/gtkprintoperation-win32.c')
-rw-r--r-- | gtk/gtkprintoperation-win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 04de8ebbeb..123af8f8a4 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -38,7 +38,6 @@ #include "gtkintl.h" #include "gtkinvisible.h" #include "gtkplug.h" -#include "gtkstock.h" #include "gtk.h" #include "gtkwin32embedwidget.h" |