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:
Vadim Zeitlin 2023-04-23 17:25:44 +01:00
parent 1ce48b0d2a
commit 4d2e8840e5
4 changed files with 0 additions and 16 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"