mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +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:
@@ -16,13 +16,13 @@ with names like mnod-script-pipe that add NEW features.
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "ModulePrefs.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
#include "ModulePrefs.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Internat.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user