mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02: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:
@@ -11,8 +11,7 @@
|
||||
#ifndef __AUDACITY_WINDOW_ACCESSIBLE__
|
||||
#define __AUDACITY_WINDOW_ACCESSIBLE__
|
||||
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/setup.h>
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
||||
|
Reference in New Issue
Block a user