Make header dependencies for wxUSE_ACCESSIBILITY explicit

This commit is contained in:
Paul Licameli 2019-03-18 11:47:04 -04:00
parent 12952019b2
commit b47e2f91e2
12 changed files with 14 additions and 6 deletions

View File

@ -16,6 +16,7 @@
#include "MemoryX.h"
#include <vector>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#include <wx/timer.h>
#include "HitTestResult.h"

View File

@ -15,6 +15,8 @@
#include <wx/window.h>
#include <wx/panel.h>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#if wxUSE_ACCESSIBILITY
#include <wx/access.h>
#include "widgets/WindowAccessible.h"

View File

@ -18,6 +18,7 @@
#define PANELBORDER 1 // only increase from '1' for testing purposes - MJS
#include <wx/button.h>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#include <wx/panel.h>
#include <wx/dialog.h>
#include <wx/intl.h>

View File

@ -16,6 +16,7 @@ Vaughan Johnson (Preview)
#include <wx/arrstr.h>
#include <wx/bitmap.h>
#include <wx/choice.h>
#include <wx/defs.h> // for wxUSE_ACCESSIBILITY
#include <wx/event.h>
#include <wx/panel.h>
#include <wx/slider.h>

View File

@ -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"

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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