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

Removed ShuttleGui.h from other headers

This commit is contained in:
Paul Licameli
2015-06-18 10:24:36 -04:00
parent 66576997f0
commit e70f91c64e
89 changed files with 198 additions and 150 deletions

View File

@@ -39,6 +39,7 @@
*//******************************************************************/
#include "../Audacity.h"
#include "Meter.h"
#include "../AudacityApp.h"
#include <wx/defs.h>
@@ -57,8 +58,6 @@
#include <math.h>
#include "Meter.h"
#include "../AudioIO.h"
#include "../AColor.h"
#include "../ImageManipulation.h"
@@ -66,6 +65,7 @@
#include "../toolbars/MeterToolBar.h"
#include "../toolbars/ControlToolBar.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "../Theme.h"
#include "../AllThemeResources.h"