1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Remove unneeded #include directives

This commit is contained in:
Paul Licameli 2019-07-29 12:36:09 -04:00
parent 1bff1efc0e
commit 21b30b2da2

View File

@ -38,10 +38,7 @@ processing. See also MacrosWindow and ApplyMacroDialog.
#include "SelectUtilities.h"
#include "Shuttle.h"
#include "Track.h"
#include "export/ExportFLAC.h"
#include "export/ExportMP3.h"
#include "export/ExportOGG.h"
#include "export/ExportPCM.h"
#include "AllThemeResources.h"