Minor fix: fix misplaced include

This commit is contained in:
jean-pierre charras 2019-09-28 13:46:12 +02:00
parent 4bf2b6a9f7
commit ce62941bb8
2 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,7 @@
#include <tool/zoom_menu.h>
#include <tool/grid_menu.h>
#include <tool/common_tools.h>
#include <dialog_shim.h>
///@{

View File

@ -33,7 +33,6 @@
#include <common.h> // EDA_UNITS_T
#include <dialog_shim.h>
#include <../common/dialogs/dialog_list_selector_base.h>