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

Remove wx/{log.h, image.h, listctrl.h, utils.h} from headers

This commit is contained in:
Paul Licameli
2018-11-14 15:23:25 -05:00
parent 0b9d279a52
commit 870c08ac06
23 changed files with 14 additions and 25 deletions

View File

@@ -21,10 +21,10 @@
#include "WindowAccessible.h"
#endif
#include <wx/image.h>
#include "ImageRoll.h"
class wxImage;
class AButton final : public wxWindow {
friend class AButtonAx;
class Listener;

View File

@@ -27,7 +27,6 @@
class wxArrayString;
class wxBitmap;
class wxCursor;
class wxImage;
class wxSize;
class wxPoint;
class wxTextCtrl;

View File

@@ -25,7 +25,6 @@
#include <wx/defs.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include <wx/utils.h>
#include "wxPanelWrapper.h"