Browse Source

Remove the wx/docview.h include

6.0.7
Marek Roszko 5 years ago
parent
commit
b1c9083743
  1. 1
      common/dialogs/dialog_print_generic.cpp
  2. 1
      common/widgets/grid_color_swatch_helpers.cpp
  3. 1
      cvpcb/cvpcb_mainframe.h
  4. 1
      eeschema/dialogs/dialog_print_using_printer.cpp
  5. 1
      gerbview/gerbview_frame.h
  6. 3
      include/dialogs/dialog_print_generic.h
  7. 4
      include/eda_base_frame.h
  8. 1
      pagelayout_editor/dialogs/design_inspector.cpp
  9. 1
      pagelayout_editor/dialogs/dialogs_for_printing.cpp
  10. 1
      pagelayout_editor/pl_editor_frame.cpp

1
common/dialogs/dialog_print_generic.cpp

@ -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

1
common/widgets/grid_color_swatch_helpers.cpp

@ -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 --------------------------------------------------

1
cvpcb/cvpcb_mainframe.h

@ -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; }

1
eeschema/dialogs/dialog_print_using_printer.cpp

@ -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

1
gerbview/gerbview_frame.h

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

3
include/dialogs/dialog_print_generic.h

@ -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
{

4
include/eda_base_frame.h

@ -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;

1
pagelayout_editor/dialogs/design_inspector.cpp

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

1
pagelayout_editor/dialogs/dialogs_for_printing.cpp

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

1
pagelayout_editor/pl_editor_frame.cpp

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

Loading…
Cancel
Save