#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+# include "wx/setup.h"
+#endif
+
+#if wxUSE_PNM
+
#include "wx/image.h"
#include "wx/log.h"
#include "wx/txtstrm.h"
-#ifdef __WXMSW__
-#include <windows.h>
-#endif
-
//-----------------------------------------------------------------------------
// wxBMPHandler
//-----------------------------------------------------------------------------
#if wxUSE_STREAMS
-//#include <stream.h> // for cout
-
void Skip_Comment(wxInputStream &stream)
{
wxString line;
#endif // wxUSE_STREAMS
-
+#endif // wxUSE_PNM