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

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

Redundant, because transitively implied.  But don't do this for inclusions of
Audacity.h or Experimental.h.
This commit is contained in:
Paul Licameli
2019-05-16 14:15:05 -04:00
parent 56f51d8176
commit 548192fcf3
99 changed files with 3 additions and 142 deletions

View File

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

View File

@@ -13,7 +13,6 @@
#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,7 +9,6 @@
#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,7 +11,6 @@
#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
@@ -19,7 +18,6 @@
#include <wx/minifram.h> // to inherit
#include "ImageRoll.h"
#include "wxPanelWrapper.h" // to inherit
#include <unordered_map>

View File

@@ -11,13 +11,11 @@
#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,7 +20,6 @@
#include "../Audacity.h"
#include "../MemoryX.h"
#include <vector>
#include <wx/defs.h>
#include <wx/evtloop.h> // member variable