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

@@ -59,6 +59,9 @@
*//********************************************************************/
#include "../Audacity.h"
#include "ExportMP3.h"
#include <wx/defs.h>
#include <wx/choice.h>
@@ -75,13 +78,13 @@
#include <wx/utils.h>
#include <wx/window.h>
#include "../Audacity.h"
#include "../FileNames.h"
#include "../float_cast.h"
#include "../Internat.h"
#include "../Mix.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../ShuttleGui.h"
#include "../Tags.h"
#include "../WaveTrack.h"
#include "../widgets/LinkingHtmlWindow.h"
@@ -89,7 +92,6 @@
#include "FileDialog.h"
#include "Export.h"
#include "ExportMP3.h"
#include <lame/lame.h>