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

Remove wx/{html/htmlwin,fileconf,dragimag,debug,dcclient}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 17:05:30 -05:00
parent ec2f26e48c
commit 08c16b6eb7
25 changed files with 21 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
#include <vector>
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/dragimag.h>
#include <wx/dragimag.h> // use macros and typedefs in this header
#include <wx/panel.h>
#include <wx/timer.h>
#include <wx/minifram.h>

View File

@@ -27,7 +27,7 @@ around to NEW positions.
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/defs.h>
#include <wx/html/htmlwin.h>
#include <wx/html/htmlwin.h> // to inherit
#if wxUSE_ACCESSIBILITY
#include "WindowAccessible.h"

View File

@@ -13,7 +13,7 @@
#define __AUDACITY_IMAGE_ROLL__
#include <vector>
#include <wx/dcclient.h>
#include <wx/dc.h> // for enum wxRasterOperationMode
#include <wx/defs.h>
#include <wx/version.h>
#include "wxPanelWrapper.h"

View File

@@ -16,8 +16,6 @@
#ifndef __AUDACITY_LINKINGHTMLWINDOW__
#define __AUDACITY_LINKINGHTMLWINDOW__
#include <wx/html/htmlwin.h>
#include "HtmlWindow.h"
#include "wxPanelWrapper.h"