1
0
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:
Paul Licameli
2020-11-18 14:26:06 -05:00
parent 47b3b798c9
commit d49a888b98
3 changed files with 0 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"