Fix some includes.
This commit is contained in:
parent
976e756b02
commit
49d65a0765
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -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…
Reference in New Issue