1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Include Menus.h directly, only where needed, not via Project.h

This commit is contained in:
Paul Licameli
2018-10-16 16:45:26 -04:00
parent a3fc5894fb
commit ce9f2e2538
27 changed files with 51 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ It handles initialization and termination by subclassing wxApp.
#include "Internat.h"
#include "LangChoice.h"
#include "Languages.h"
#include "Menus.h"
#include "PluginManager.h"
#include "Prefs.h"
#include "Project.h"