1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Remove some #include directives

This commit is contained in:
Paul Licameli 2019-07-19 13:13:15 -04:00
parent 61672af055
commit b9399e5550
3 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@ modelled on BuiltinEffectsModule
#include "../Prefs.h"
#include "../effects/EffectManager.h"
#include "Demo.h"
#include "../commands/MessageCommand.h"
#include "../commands/ScreenshotCommand.h"

View File

@ -18,8 +18,6 @@
#include "../Prefs.h"
#include "EffectManager.h"
#include "Amplify.h"
#include "AutoDuck.h"
#include "BassTreble.h"

View File

@ -15,7 +15,6 @@
#include <wx/filename.h>
#include "../EffectManager.h"
#include "VampEffect.h"
#include <iostream>