Browse Source

Fix some includes.

6.0.7
Jeff Young 4 years ago
parent
commit
49d65a0765
  1. 2
      pcbnew/toolbars_footprint_editor.cpp
  2. 1
      pcbnew/toolbars_pcb_editor.cpp

2
pcbnew/toolbars_footprint_editor.cpp

@ -21,7 +21,6 @@
*/
#include <tool/actions.h>
#include <board.h>
#include <footprint_edit_frame.h>
#include <dialog_helpers.h>
#include <pcbnew_id.h>
@ -31,6 +30,7 @@
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>
#include <pcb_layer_box_selector.h>
#include <wx/choice.h>
void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
{

1
pcbnew/toolbars_pcb_editor.cpp

@ -47,6 +47,7 @@
#include <tools/pcb_selection_tool.h>
#include <wx/wupdlock.h>
#include <wx/dcmemory.h>
#include <wx/choice.h>
#include "../scripting/python_scripting.h"

Loading…
Cancel
Save