mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-02 20:37:38 +02:00
We don't need wx/config.h at all...
...because we don't use the (platform-dependent) typedef wxConfig at all. We use wxFileConfig directly instead, even on Windows, not using the native Windows registry.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/app.h>
|
||||
#include <wx/config.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/fileconf.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
Reference in New Issue
Block a user