1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove wx/intl.h, wx/brush.h, wx/bitmap.h from headers

This commit is contained in:
Paul Licameli
2018-11-14 14:10:04 -05:00
parent 1191e269a8
commit c982cf6a41
26 changed files with 8 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
#define __AUDACITY_COLOR__
#include "MemoryX.h"
#include <wx/brush.h>
#include <wx/brush.h> // member variable
#include <wx/pen.h> // member variable
class wxDC;