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:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user