From: Guillermo Rodriguez Garcia Date: Sat, 15 Jan 2000 21:48:50 +0000 (+0000) Subject: No more pnghand.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9051ae8503f0ca2eded4fe75b640794f9a54da13 No more pnghand.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/png/pngdemo.cpp b/samples/png/pngdemo.cpp index 520bb10fd1..473340a6e9 100644 --- a/samples/png/pngdemo.cpp +++ b/samples/png/pngdemo.cpp @@ -20,12 +20,7 @@ #pragma hdrstop #endif -#ifdef __WXMSW__ -#include "wx/pnghand.h" -#endif -#ifdef __WXGTK__ #include "wx/image.h" -#endif #include "pngdemo.h"