From d7fea9475d0e1df18c03af300ca2aa3c64fc2393 Mon Sep 17 00:00:00 2001 From: Max Maisel Date: Sun, 16 May 2021 15:15:55 +0200 Subject: [PATCH] Remove removed header files from new cpp files. Signed-off-by: Max Maisel --- src/effects/Compressor2.cpp | 2 -- src/widgets/Plot.cpp | 2 -- src/widgets/SliderTextCtrl.cpp | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/effects/Compressor2.cpp b/src/effects/Compressor2.cpp index bc7eb0742..745456c78 100644 --- a/src/effects/Compressor2.cpp +++ b/src/effects/Compressor2.cpp @@ -14,7 +14,6 @@ *//*******************************************************************/ -#include "../Audacity.h" // for rint from configwin.h #include "Compressor2.h" #include @@ -24,7 +23,6 @@ #include #include "../AColor.h" -#include "../Internat.h" #include "../Prefs.h" #include "../ProjectFileManager.h" #include "../Shuttle.h" diff --git a/src/widgets/Plot.cpp b/src/widgets/Plot.cpp index fb1c1bea0..21a33e9c3 100644 --- a/src/widgets/Plot.cpp +++ b/src/widgets/Plot.cpp @@ -14,8 +14,6 @@ *//*******************************************************************/ -#include "../Audacity.h" -#include "audacity/Types.h" #include "Plot.h" #include "Ruler.h" #include "../AColor.h" diff --git a/src/widgets/SliderTextCtrl.cpp b/src/widgets/SliderTextCtrl.cpp index 837152d89..faa1af8ae 100644 --- a/src/widgets/SliderTextCtrl.cpp +++ b/src/widgets/SliderTextCtrl.cpp @@ -14,8 +14,6 @@ *//*******************************************************************/ -#include "../Audacity.h" -#include "audacity/Types.h" #include "SliderTextCtrl.h" #include