1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Revert "Remove redundant #include-s from .h files..."

This reverts commit b7fe62d170.
This commit is contained in:
Paul Licameli
2019-05-16 14:33:55 -04:00
parent b7fe62d170
commit 56f51d8176
99 changed files with 142 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#ifndef __AUDACITY_BUTTON__
#define __AUDACITY_BUTTON__
#include "../MemoryX.h"
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros

View File

@@ -13,6 +13,7 @@
#ifndef __AUDACITY_SLIDER__
#define __AUDACITY_SLIDER__
#include "../MemoryX.h"
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/timer.h> // member variable

View File

@@ -9,6 +9,7 @@
#ifndef __AUDACITY_BACKED_PANEL__
#define __AUDACITY_BACKED_PANEL__
#include "../MemoryX.h"
#include <wx/dcmemory.h> // member variable
#include "wxPanelWrapper.h" // to inherit

View File

@@ -11,6 +11,7 @@
#ifndef __AUDACITY_EXPANDING_TOOL_BAR__
#define __AUDACITY_EXPANDING_TOOL_BAR__
#include "../MemoryX.h"
#include <vector>
#include <wx/defs.h>
#include <wx/dragimag.h> // use macros and typedefs in this header
@@ -18,6 +19,7 @@
#include <wx/minifram.h> // to inherit
#include "ImageRoll.h"
#include "wxPanelWrapper.h" // to inherit
#include <unordered_map>

View File

@@ -11,11 +11,13 @@
#ifndef __AUDACITY_WIDGETS_GRID__
#define __AUDACITY_WIDGETS_GRID__
#include "../MemoryX.h"
#include <vector>
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/grid.h> // to inherit wxGridCellEditor
#include "NumericTextCtrl.h"
#include "../Internat.h"
#if wxUSE_ACCESSIBILITY
class GridAx;

View File

@@ -20,6 +20,7 @@
#include "../Audacity.h"
#include "../MemoryX.h"
#include <vector>
#include <wx/defs.h>
#include <wx/evtloop.h> // member variable