Remove the wx/docview.h include
This commit is contained in:
parent
00791e1e37
commit
b1c9083743
|
@ -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
|
||||
|
|
|
@ -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 --------------------------------------------------
|
||||
|
|
|
@ -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; }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -44,6 +44,7 @@ class GERBER_FILE_IMAGE;
|
|||
class GERBER_FILE_IMAGE_LIST;
|
||||
class REPORTER;
|
||||
class SELECTION;
|
||||
class wxStaticText;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
* @file design_inspector.cpp
|
||||
*/
|
||||
|
||||
#include <wx/dc.h>
|
||||
#include <wx/imaglist.h>
|
||||
#include <wx/wupdlock.h>
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include "pl_editor_id.h"
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/print.h>
|
||||
|
||||
/**
|
||||
* Custom print out for printing schematics.
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
#include <zoom_defines.h>
|
||||
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/print.h>
|
||||
#include <wx/treebook.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue