mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02: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:
@@ -29,6 +29,7 @@ count down so that we track how many times the event happens.
|
||||
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Diags.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/hash.h>
|
||||
@@ -36,7 +37,6 @@ count down so that we track how many times the event happens.
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <wx/stopwatch.h>
|
||||
#include "Diags.h"
|
||||
|
||||
static wxStopWatch MasterWatch;
|
||||
static bool bStopWatchStarted = false;
|
||||
|
Reference in New Issue
Block a user