1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Remove some unneeded #includes and forward declarations

This commit is contained in:
Paul Licameli
2020-11-20 13:15:20 -05:00
parent a46118dc2a
commit caa312ab7b
31 changed files with 16 additions and 51 deletions

View File

@@ -28,7 +28,6 @@ Licensed under the GNU General Public License v2 or later
#include <wx/wxprec.h>
#include "../FFmpeg.h" // which brings in avcodec.h, avformat.h
#include "../WaveClip.h"
#ifndef WX_PRECOMP
// Include your minimal set of headers here, or wx.h
#include <wx/window.h>

View File

@@ -42,7 +42,6 @@
#include "ImportPlugin.h"
#include "../Tags.h"
#include "../WaveClip.h"
#include "../prefs/QualityPrefs.h"
#include "../widgets/ProgressDialog.h"

View File

@@ -84,12 +84,10 @@
#include "../WaveTrack.h"
#include "ImportPlugin.h"
#include "Import.h"
#include "../NoteTrack.h"
#include "../Project.h"
#include "../ProjectHistory.h"
#include "../ProjectManager.h"
#include "../ProjectWindow.h"
#include "../FileFormats.h"
#include "../Prefs.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/ProgressDialog.h"

View File

@@ -36,7 +36,6 @@
#include "sndfile.h"
#include "../WaveClip.h"
#include "../ShuttleGui.h"
#include "../prefs/QualityPrefs.h"