Remove stray wx include
There is no reason to include the actual string implementation header here.
This commit is contained in:
parent
73a1e63e8e
commit
18e573d5e9
|
@ -27,7 +27,6 @@
|
|||
#include <wx/debug.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/stringimpl.h>
|
||||
#include <wx/translation.h>
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue