1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

include <wx/setup.h> in all files where wxUSE* macros are used...

... even if it's redundant; improving on what was done at b47e2f9
This commit is contained in:
Paul Licameli
2019-03-23 14:28:37 -04:00
parent c698d85cc8
commit a915a510bd
54 changed files with 93 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
#include "MemoryX.h"
#include <vector>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/timer.h>
#include "HitTestResult.h"