Remove the wx/docview.h include

This commit is contained in:
Marek Roszko 2021-06-03 18:32:32 -04:00
parent 00791e1e37
commit b1c9083743
10 changed files with 13 additions and 2 deletions

View File

@ -24,6 +24,7 @@
#include <printout.h>
#include <pgm_base.h>
#include <wx/print.h>
#include <wx/printdlg.h>
// Define min and max reasonable values for print scale

View File

@ -26,6 +26,7 @@
#include <settings/color_settings.h>
#include <dialogs/dialog_color_picker.h>
#include <wx/checkbox.h>
#include <wx/dc.h>
//-------- Custom wxGridCellRenderers --------------------------------------------------

View File

@ -38,6 +38,7 @@ class ACTION_TOOLBAR;
class ACTION_MENU;
class TOOL_DISPATCHER;
class wxAuiToolBar;
class wxStaticText;
class DISPLAY_FOOTPRINTS_FRAME;
namespace CV { struct IFACE; }

View File

@ -34,6 +34,7 @@
#include <sch_sheet_path.h>
#include <dialog_print_using_printer_base.h>
#include <sch_painter.h>
#include <wx/print.h>
#include <wx/printdlg.h>
class DIALOG_PRINT_USING_PRINTER : public DIALOG_PRINT_USING_PRINTER_BASE

View File

@ -44,6 +44,7 @@ class GERBER_FILE_IMAGE;
class GERBER_FILE_IMAGE_LIST;
class REPORTER;
class SELECTION;
class wxStaticText;
/**

View File

@ -25,6 +25,9 @@
class EDA_DRAW_FRAME;
struct PRINTOUT_SETTINGS;
class wxPageSetupDialogData;
class wxPrintout;
class wxPrintData;
class DIALOG_PRINT_GENERIC : public DIALOG_PRINT_GENERIC_BASE
{

View File

@ -35,7 +35,6 @@
#include <vector>
#include <wx/aui/aui.h>
#include <wx/docview.h>
#include <wx/event.h>
#include <layers_id_colors_and_visibility.h>
#include <frame_type.h>
@ -52,7 +51,8 @@
#define KICAD_MANAGER_FRAME_NAME wxT( "KicadFrame" )
class wxChoice;
class wxFileName;
class EDA_ITEM;
class EDA_RECT;
class EDA_DRAW_PANEL_GAL;

View File

@ -22,6 +22,7 @@
* @file design_inspector.cpp
*/
#include <wx/dc.h>
#include <wx/imaglist.h>
#include <wx/wupdlock.h>

View File

@ -43,6 +43,7 @@
#include "pl_editor_id.h"
#include <wx/msgdlg.h>
#include <wx/print.h>
/**
* Custom print out for printing schematics.

View File

@ -63,6 +63,7 @@
#include <zoom_defines.h>
#include <wx/filedlg.h>
#include <wx/print.h>
#include <wx/treebook.h>