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