Code cleanup: remove useless wx/wx.h include inside a few files.

in most of files, including wx.h is not necessary, when only 2 or 3 wx files must be included.
Moreover, on windows, including wx.h sometimes create compil warnings about
shadowed vars defined in some specific windows headers.
This commit is contained in:
jean-pierre charras
2020-09-30 20:03:27 +02:00
parent 12a30c43de
commit cffccc3970
29 changed files with 66 additions and 68 deletions
+1 -1
View File
@@ -631,7 +631,7 @@ void mpFXY::Plot( wxDC& dc, mpWindow& w )
if( !m_continuous )
{
bool first = true;
wxCoord ix;
wxCoord ix = 0;
std::set<wxCoord> ys;
while( GetNextXY( x, y ) )