mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
Remove some #include directives
This commit is contained in:
parent
61672af055
commit
b9399e5550
src
@ -18,7 +18,6 @@ modelled on BuiltinEffectsModule
|
|||||||
|
|
||||||
#include "../Prefs.h"
|
#include "../Prefs.h"
|
||||||
|
|
||||||
#include "../effects/EffectManager.h"
|
|
||||||
#include "Demo.h"
|
#include "Demo.h"
|
||||||
#include "../commands/MessageCommand.h"
|
#include "../commands/MessageCommand.h"
|
||||||
#include "../commands/ScreenshotCommand.h"
|
#include "../commands/ScreenshotCommand.h"
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
#include "../Prefs.h"
|
#include "../Prefs.h"
|
||||||
|
|
||||||
#include "EffectManager.h"
|
|
||||||
|
|
||||||
#include "Amplify.h"
|
#include "Amplify.h"
|
||||||
#include "AutoDuck.h"
|
#include "AutoDuck.h"
|
||||||
#include "BassTreble.h"
|
#include "BassTreble.h"
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
|
|
||||||
#include "../EffectManager.h"
|
|
||||||
#include "VampEffect.h"
|
#include "VampEffect.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user