mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -19,6 +19,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "ModuleManager.h"
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
@@ -43,7 +44,6 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include "./prefs/ModulePrefs.h"
|
||||
#endif
|
||||
|
||||
#include "ModuleManager.h"
|
||||
#include "widgets/MultiDialog.h"
|
||||
|
||||
#include "widgets/ErrorDialog.h"
|
||||
|
||||
Reference in New Issue
Block a user