From d49a888b98c2dd30010950d6c251304175da898e Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 18 Nov 2020 14:26:06 -0500 Subject: [PATCH] Remove some unnecessary #includes --- src/Screenshot.cpp | 1 - src/menus/HelpMenus.cpp | 1 - src/toolbars/DeviceToolBar.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Screenshot.cpp b/src/Screenshot.cpp index 41efe52cd..1db301e40 100644 --- a/src/Screenshot.cpp +++ b/src/Screenshot.cpp @@ -42,7 +42,6 @@ It forwards the actual work of doing the commands to the ScreenshotCommand. #include "ProjectStatus.h" #include "ProjectWindow.h" #include "Prefs.h" -#include "toolbars/ToolManager.h" #include "tracks/ui/TrackView.h" #include "widgets/HelpSystem.h" diff --git a/src/menus/HelpMenus.cpp b/src/menus/HelpMenus.cpp index 3fbfefbfd..d71471055 100644 --- a/src/menus/HelpMenus.cpp +++ b/src/menus/HelpMenus.cpp @@ -21,7 +21,6 @@ #include "../ShuttleGui.h" #include "../SplashDialog.h" #include "../Theme.h" -#include "../toolbars/ToolManager.h" #include "../commands/CommandContext.h" #include "../commands/CommandManager.h" #include "../prefs/PrefsDialog.h" diff --git a/src/toolbars/DeviceToolBar.cpp b/src/toolbars/DeviceToolBar.cpp index fccb1fa7c..ce56e8cfa 100644 --- a/src/toolbars/DeviceToolBar.cpp +++ b/src/toolbars/DeviceToolBar.cpp @@ -34,7 +34,6 @@ #include #endif -#include "ToolDock.h" #include "../TrackPanel.h" #include "../AColor.h"