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

Remove wx/gdicmn.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 16:36:02 -05:00
parent c982cf6a41
commit 4d29686116
20 changed files with 0 additions and 22 deletions

View File

@@ -32,7 +32,6 @@ flicker-free use.
#include "../Audacity.h"
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/statbmp.h> // to inherit
////////////////////////////////////////////////////////////

View File

@@ -19,7 +19,6 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/brush.h> // member variable
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/timer.h>
#include "../SampleFormat.h"

View File

@@ -14,7 +14,6 @@
#include "wxPanelWrapper.h"
#include <wx/colour.h> // member variable
#include <wx/gdicmn.h>
#include <wx/pen.h> // member variable
#include <wx/types.h>