mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
Remove some unnecessary #include directives
This commit is contained in:
parent
7aa26482eb
commit
23f32a8319
@ -33,7 +33,6 @@ hold information about one contributor to Audacity.
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/html/htmlwin.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/intl.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/icon.h>
|
||||
#include <wx/settings.h> // for wxSystemSettings::GetColour and wxSystemSettings::GetMetric
|
||||
|
||||
|
@ -29,7 +29,6 @@ most commonly asked questions about Audacity.
|
||||
#include <wx/frame.h>
|
||||
#include <wx/html/htmlwin.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/intl.h>
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <wx/brush.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/slider.h>
|
||||
#include <wx/stattext.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/frame.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/imaglist.h>
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
|
@ -66,7 +66,6 @@
|
||||
#include <wx/button.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/radiobut.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/sizer.h>
|
||||
|
@ -35,7 +35,6 @@ It \TODO: description
|
||||
#include <wx/button.h>
|
||||
#include <wx/choice.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/sizer.h>
|
||||
|
@ -52,7 +52,6 @@
|
||||
#include <wx/busyinfo.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/imaglist.h>
|
||||
|
@ -39,7 +39,6 @@ effects from this one class.
|
||||
#include <wx/wxprec.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/dcbuffer.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
|
@ -38,7 +38,6 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/font.h>
|
||||
#include <wx/frame.h>
|
||||
#include <wx/menu.h>
|
||||
|
@ -35,9 +35,6 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/app.h>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/menu.h>
|
||||
|
||||
// Yet another experimental scrub would drag the track under a
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
|
||||
#include <wx/app.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/dcbuffer.h>
|
||||
#include <wx/eventfilter.h>
|
||||
#include <wx/image.h>
|
||||
|
@ -39,8 +39,6 @@ or ASlider.
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dcbuffer.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/frame.h>
|
||||
#include <wx/graphics.h>
|
||||
#include <wx/image.h>
|
||||
|
@ -97,9 +97,9 @@
|
||||
#include "../Audacity.h"
|
||||
#include "ImageRoll.h"
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/image.h>
|
||||
|
||||
// static
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dcbuffer.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/frame.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/intl.h>
|
||||
|
@ -182,7 +182,6 @@ different formats.
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/dcbuffer.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/font.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/menu.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user