mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +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:
@@ -20,6 +20,8 @@ and on Mac OS X for the filesystem.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Internat.h"
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
#include <wx/log.h>
|
||||
@@ -31,7 +33,6 @@ and on Mac OS X for the filesystem.
|
||||
|
||||
#include "FileNames.h"
|
||||
#include "widgets/ErrorDialog.h"
|
||||
#include "Internat.h"
|
||||
#include "../include/audacity/ComponentInterface.h"
|
||||
|
||||
// in order for the static member variables to exist, they must appear here
|
||||
|
||||
Reference in New Issue
Block a user