After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705060 - Remove unneeded include from gtkprintoperation-win32.c
Remove unneeded include from gtkprintoperation-win32.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-07-29 06:54 UTC by Fan, Chun-wei
Modified: 2013-07-30 00:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't include gtkstock.h as it's not needed here and deprecated (753 bytes, patch)
2013-07-29 06:54 UTC, Fan, Chun-wei
none Details | Review

Description Fan, Chun-wei 2013-07-29 06:54:18 UTC
Created attachment 250347 [details] [review]
Don't include gtkstock.h as it's not needed here and deprecated

Hi,

The source file gtkprintoperation-win32.c includes gtkstock.h, which was deprecated quite recently.  As I was trying to fix the build of it, it seems that it doesn't really need to include gtkstock.h to build, so probably we should just remove that include from that source file.

I have enclosed a simple patch for this purpose.

With blessings, thank you