mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Make header dependencies for wxUSE_ACCESSIBILITY explicit
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
#include <wx/access.h>
|
||||
#include "WindowAccessible.h"
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#define __AUDACITY_SLIDER__
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/window.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/timer.h>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <vector>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/choice.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/grid.h>
|
||||
|
@@ -25,7 +25,7 @@ around to NEW positions.
|
||||
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/html/htmlwin.h>
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#include "audacity/Types.h"
|
||||
|
||||
#include <vector>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/arrstr.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/vlbox.h>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#define __AUDACITY_METER__
|
||||
|
||||
#include <wx/brush.h>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/timer.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "../MemoryX.h"
|
||||
#include "../../include/audacity/ComponentInterface.h"
|
||||
#include <vector>
|
||||
#include <wx/defs.h>
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/event.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/stattext.h>
|
||||
|
@@ -11,6 +11,7 @@
|
||||
#ifndef __AUDACITY_WINDOW_ACCESSIBLE__
|
||||
#define __AUDACITY_WINDOW_ACCESSIBLE__
|
||||
|
||||
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
|
||||
#include <wx/setup.h>
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
|
Reference in New Issue
Block a user