Fix some includes.

This commit is contained in:
Jeff Young 2021-06-03 18:17:59 +01:00
parent 976e756b02
commit 49d65a0765
2 changed files with 2 additions and 1 deletions

View File

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

View File

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