1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Remove Envelope.h from other headers

This commit is contained in:
Paul Licameli
2015-07-05 11:25:32 -04:00
parent f81231efae
commit cab89f6fb4
11 changed files with 6 additions and 10 deletions

View File

@@ -60,6 +60,7 @@
#include "../AudioIO.h"
#include "../AColor.h"
#include "../Envelope.h"
#include "../ImageManipulation.h"
#include "../Project.h"
#include "../toolbars/MeterToolBar.h"

View File

@@ -16,7 +16,6 @@
#include <wx/font.h>
#include <wx/panel.h>
#include <wx/window.h>
#include "../Envelope.h"
#include "../Experimental.h"
class ViewInfo;