Remove unnecessary <fstream> include from wxOSX/wxiOS wxTextCtrl
This header doesn't seem to have been ever actually needed here, so simply remove it.
This commit is contained in:
parent
1ce48b0d2a
commit
4d2e8840e5
4 changed files with 0 additions and 16 deletions
|
|
@ -33,10 +33,6 @@
|
|||
#include <stat.h>
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
#include "wx/filefn.h"
|
||||
#include "wx/sysopt.h"
|
||||
#include "wx/thread.h"
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@
|
|||
#include <stat.h>
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
#include "wx/filefn.h"
|
||||
#include "wx/sysopt.h"
|
||||
#include "wx/thread.h"
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@
|
|||
#include <stat.h>
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
#include "wx/filefn.h"
|
||||
#include "wx/sysopt.h"
|
||||
#include "wx/thread.h"
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@
|
|||
#include <stat.h>
|
||||
#endif
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
#include "wx/filefn.h"
|
||||
#include "wx/sysopt.h"
|
||||
#include "wx/thread.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue