eda_base_frame.h: move a misplaced #include
This commit is contained in:
parent
f08d040c02
commit
dfc3a11185
|
@ -47,11 +47,10 @@
|
||||||
#include <layers_id_colors_and_visibility.h>
|
#include <layers_id_colors_and_visibility.h>
|
||||||
#include <frame_type.h>
|
#include <frame_type.h>
|
||||||
#include "hotkeys_basic.h"
|
#include "hotkeys_basic.h"
|
||||||
|
#include <tool/action_toolbar.h>
|
||||||
|
|
||||||
#ifdef USE_WX_OVERLAY
|
#ifdef USE_WX_OVERLAY
|
||||||
#include <wx/overlay.h>
|
#include <wx/overlay.h>
|
||||||
#include <tool/action_toolbar.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Option for main frames
|
// Option for main frames
|
||||||
|
|
Loading…
Reference in New Issue