]> git.saurik.com Git - wxWidgets.git/commitdiff
No more pnghand.h
authorGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 15 Jan 2000 21:48:50 +0000 (21:48 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 15 Jan 2000 21:48:50 +0000 (21:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/png/pngdemo.cpp

index 520bb10fd10b2e3f7f883998647543259a42c1dc..473340a6e95e51fd39794423d36c31388eb2e47d 100644 (file)
 #pragma hdrstop
 #endif
 
-#ifdef __WXMSW__
-#include "wx/pnghand.h"
-#endif
-#ifdef __WXGTK__
 #include "wx/image.h"
-#endif
 
 #include "pngdemo.h"