1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Remove removed header files from new cpp files.

Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
Max Maisel 2021-05-16 15:15:55 +02:00
parent 9a22a69211
commit d7fea9475d
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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