Remove stray wx include

There is no reason to include the actual string implementation header
here.
This commit is contained in:
Ian McInerney 2023-04-12 18:28:01 +01:00
parent 73a1e63e8e
commit 18e573d5e9
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include <wx/debug.h> #include <wx/debug.h>
#include <wx/gdicmn.h> #include <wx/gdicmn.h>
#include <wx/string.h> #include <wx/string.h>
#include <wx/stringimpl.h>
#include <wx/translation.h> #include <wx/translation.h>
#include <algorithm> #include <algorithm>
#include <cstdlib> #include <cstdlib>