mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +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:
@@ -17,6 +17,7 @@ undo memory so as to free up space.
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "HistoryWindow.h"
|
||||
|
||||
#include <wx/app.h>
|
||||
#include <wx/defs.h>
|
||||
@@ -34,7 +35,6 @@ undo memory so as to free up space.
|
||||
#include "AudacityApp.h"
|
||||
#include "../images/Arrow.xpm"
|
||||
#include "../images/Empty9x16.xpm"
|
||||
#include "HistoryWindow.h"
|
||||
#include "UndoManager.h"
|
||||
#include "Project.h"
|
||||
#include "ShuttleGui.h"
|
||||
|
||||
Reference in New Issue
Block a user