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

Remove wx/{grid,font,ffile,colour,button,bmpbuttn}.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 15:01:44 -05:00
parent f92b507b8e
commit 70e88782fe
30 changed files with 23 additions and 26 deletions

View File

@@ -17,7 +17,6 @@
#include <set>
#include "../MemoryX.h"
#include <wx/bmpbuttn.h>
#include <wx/defs.h>
#include <wx/dynarray.h>
#include <wx/intl.h>

View File

@@ -16,7 +16,8 @@
#include "Command.h"
#include "../commands/AudacityCommand.h"
#include <wx/colour.h>
#include <wx/colour.h> // member variable
class wxWindow;
class wxTopLevelWindow;
class wxCommandEvent;