mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
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:
parent
271711b030
commit
e34823a0c4
@ -29,7 +29,7 @@
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include "wx/ioswrap.h"
|
||||
#include <iostream>
|
||||
#else
|
||||
#include "wx/txtstrm.h"
|
||||
#endif
|
||||
|
||||
@ -32,8 +32,7 @@
|
||||
#undef new
|
||||
#endif
|
||||
|
||||
#include "wx/ioswrap.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include "wx/wfstream.h"
|
||||
|
||||
@ -40,7 +40,6 @@
|
||||
#endif
|
||||
|
||||
#include "wx/sizer.h"
|
||||
#include "wx/ioswrap.h"
|
||||
|
||||
#include "widgets.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user