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

Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 15:23:25 -05:00
parent 939bbc95a2
commit de60edc62f
27 changed files with 26 additions and 24 deletions

View File

@@ -17,7 +17,7 @@
#ifndef __AUDACITY_ATTACHABLE_SCROLL_BAR__
#define __AUDACITY_ATTACHABLE_SCROLL_BAR__
#include <wx/scrolbar.h>
#include <wx/scrolbar.h> // to inherit
class ViewInfo;

View File

@@ -10,7 +10,7 @@
#define __AUDACITY_BACKED_PANEL__
#include "../MemoryX.h"
#include <wx/dcmemory.h>
#include <wx/dcmemory.h> // member variable
#include "wxPanelWrapper.h"

View File

@@ -33,7 +33,7 @@ flicker-free use.
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/statbmp.h>
#include <wx/statbmp.h> // to inherit
////////////////////////////////////////////////////////////
/// Grabber Class