1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 13:40:58 +01:00

Remove some nested #include from Project.h

This commit is contained in:
Paul Licameli
2019-01-22 06:57:30 -05:00
parent 5ada9ee201
commit 1bcb7c20a5
21 changed files with 26 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
#include "../Audacity.h"
#include "SpectrumPrefs.h"
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/intl.h>
#include <wx/checkbox.h>

View File

@@ -19,6 +19,7 @@ Paul Licameli
#include "GUISettings.h"
#include <wx/checkbox.h>
#include <wx/choice.h>
#include "../Project.h"