Browse Source

Remove removed header files from new cpp files.

Signed-off-by: Max Maisel <max.maisel@posteo.de>
pull/186/head
Max Maisel 2 years ago
parent
commit
d7fea9475d
  1. 2
      src/effects/Compressor2.cpp
  2. 2
      src/widgets/Plot.cpp
  3. 2
      src/widgets/SliderTextCtrl.cpp

2
src/effects/Compressor2.cpp

@ -14,7 +14,6 @@
*//*******************************************************************/
#include "../Audacity.h" // for rint from configwin.h
#include "Compressor2.h"
#include <math.h>
@ -24,7 +23,6 @@
#include <wx/valgen.h>
#include "../AColor.h"
#include "../Internat.h"
#include "../Prefs.h"
#include "../ProjectFileManager.h"
#include "../Shuttle.h"

2
src/widgets/Plot.cpp

@ -14,8 +14,6 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "audacity/Types.h"
#include "Plot.h"
#include "Ruler.h"
#include "../AColor.h"

2
src/widgets/SliderTextCtrl.cpp

@ -14,8 +14,6 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "audacity/Types.h"
#include "SliderTextCtrl.h"
#include <wx/defs.h>

Loading…
Cancel
Save