mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-23 22:55:49 +01:00
Each .cpp/.mm file includes corresponding header before any other...
... except Audacity.h This forces us to make each header contain all forward declarations or nested headers that it requires, rather than depend on context.
This commit is contained in:
@@ -37,11 +37,10 @@
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h" // keep ffmpeg before wx because they interact
|
||||
#include "ExportFFmpegDialogs.h"
|
||||
|
||||
#include "../FFmpeg.h" // and Audacity.h before FFmpeg for config*.h
|
||||
|
||||
#include "ExportFFmpegDialogs.h"
|
||||
|
||||
#include <wx/choice.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/timer.h>
|
||||
|
||||
Reference in New Issue
Block a user