1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove wx/{radiobut,ownerdrw,menuitem,menu,listbox}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 16:30:11 -05:00
parent d28ae40399
commit 2e05d2d884
18 changed files with 18 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ tables, and automatically attaches and detaches the event handlers.
class wxCommandEvent;
class wxString;
#include <vector>
#include <wx/menu.h>
#include <wx/menu.h> // to inherit wxMenu
#include "../MemoryX.h"
#include "../TranslatableStringArray.h"