1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01: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

@@ -13,13 +13,13 @@ Paul Licameli split from TrackPanel.cpp
#ifdef USE_MIDI
#include "NoteTrackButtonHandle.h"
#include "../../../../HitTestResult.h"
#include "NoteTrackControls.h"
#include "../../../../TrackPanelMouseEvent.h"
#include "../../../../NoteTrack.h"
#include "../../../../ProjectHistory.h"
#include "../../../../RefreshCode.h"
#include "../../../../TrackInfo.h"
#include "../../../../TrackPanel.h"
NoteTrackButtonHandle::NoteTrackButtonHandle
( const std::shared_ptr<NoteTrack> &pTrack,

View File

@@ -22,7 +22,7 @@ Paul Licameli split from TrackControls.cpp
#include "../../TrackPanelMouseEvent.h"
#include "../../TrackUtilities.h"
#include <wx/textdlg.h>
#include "../../commands/CommandType.h"
#include "../../commands/AudacityCommand.h"
#include "../../commands/CommandManager.h"
#include "../../ShuttleGui.h"
#include "../../Track.h"

View File

@@ -12,14 +12,14 @@ Paul Licameli split from TrackPanel.cpp
#include "TrackSelectHandle.h"
#include "TrackView.h"
#include "../../HitTestResult.h"
#include "../../Project.h"
#include "../../ProjectAudioIO.h"
#include "../../ProjectHistory.h"
#include "../../RefreshCode.h"
#include "../../SelectUtilities.h"
#include "../../TrackPanel.h"
#include "../../TrackPanelMouseEvent.h"
#include "../../WaveTrack.h"
#include "../../Track.h"
#include <wx/cursor.h>
#include <wx/translation.h>