diff --git a/src/prefs/BatchPrefs.cpp b/src/prefs/BatchPrefs.cpp index 59408fed4..9d05f2e4d 100644 --- a/src/prefs/BatchPrefs.cpp +++ b/src/prefs/BatchPrefs.cpp @@ -26,7 +26,6 @@ #include "../Project.h" #include "../BatchCommandDialog.h" #include "../ShuttleGui.h" -#include "../Menus.h" #include "../toolbars/ToolManager.h" BEGIN_EVENT_TABLE(BatchPrefs, PrefsPanel) diff --git a/src/widgets/Ruler.cpp b/src/widgets/Ruler.cpp index 144871eb0..6b6195b4b 100644 --- a/src/widgets/Ruler.cpp +++ b/src/widgets/Ruler.cpp @@ -89,7 +89,6 @@ array of Ruler::Label. #include "../TimeTrack.h" #include "../TrackPanel.h" #include "../TrackPanelCellIterator.h" -#include "../Menus.h" #include "../NumberScale.h" #include "../Prefs.h" #include "../Snap.h"