Stop using wx/ioswrap.h in the samples

This is not necessary any longer after wxUSE_IOSTREAMH removal and it
makes the sample code more clear.
This commit is contained in:
Vadim Zeitlin
2019-10-22 02:42:33 +02:00
parent 271711b030
commit e34823a0c4
3 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
#endif
#if wxUSE_STD_IOSTREAM
#include "wx/ioswrap.h"
#include <iostream>
#else
#include "wx/txtstrm.h"
#endif