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:
@@ -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;
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#define __AUDACITY_BACKED_PANEL__
|
||||
|
||||
#include "../MemoryX.h"
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/dcmemory.h> // member variable
|
||||
#include "wxPanelWrapper.h"
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user