1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 04:32:00 +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

@@ -8,6 +8,9 @@
**********************************************************************/
#include "../Audacity.h"
#include "ExportPCM.h"
#include <wx/defs.h>
#include <wx/choice.h>
@@ -23,20 +26,19 @@
#include "sndfile.h"
#include "../Audacity.h"
#include "../FileFormats.h"
#include "../Internat.h"
#include "../LabelTrack.h"
#include "../Mix.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../ShuttleGui.h"
#include "../Tags.h"
#include "../Track.h"
#include "../WaveTrack.h"
#include "../ondemand/ODManager.h"
#include "Export.h"
#include "ExportPCM.h"
#ifdef USE_LIBID3TAG
#include <id3tag.h>