mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove some unnecessary #includes
This commit is contained in:
@@ -42,7 +42,6 @@ It forwards the actual work of doing the commands to the ScreenshotCommand.
|
|||||||
#include "ProjectStatus.h"
|
#include "ProjectStatus.h"
|
||||||
#include "ProjectWindow.h"
|
#include "ProjectWindow.h"
|
||||||
#include "Prefs.h"
|
#include "Prefs.h"
|
||||||
#include "toolbars/ToolManager.h"
|
|
||||||
#include "tracks/ui/TrackView.h"
|
#include "tracks/ui/TrackView.h"
|
||||||
#include "widgets/HelpSystem.h"
|
#include "widgets/HelpSystem.h"
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
#include "../ShuttleGui.h"
|
#include "../ShuttleGui.h"
|
||||||
#include "../SplashDialog.h"
|
#include "../SplashDialog.h"
|
||||||
#include "../Theme.h"
|
#include "../Theme.h"
|
||||||
#include "../toolbars/ToolManager.h"
|
|
||||||
#include "../commands/CommandContext.h"
|
#include "../commands/CommandContext.h"
|
||||||
#include "../commands/CommandManager.h"
|
#include "../commands/CommandManager.h"
|
||||||
#include "../prefs/PrefsDialog.h"
|
#include "../prefs/PrefsDialog.h"
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
#include <wx/tooltip.h>
|
#include <wx/tooltip.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ToolDock.h"
|
|
||||||
#include "../TrackPanel.h"
|
#include "../TrackPanel.h"
|
||||||
|
|
||||||
#include "../AColor.h"
|
#include "../AColor.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user