Add forward declaration in kicad/kicad_manager_frame.h
This commit is contained in:
parent
cb4ef5a619
commit
763da6b3bb
|
@ -28,6 +28,7 @@
|
|||
#include "tree_project_frame.h"
|
||||
#include <bitmaps.h>
|
||||
#include <build_version.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <filehistory.h>
|
||||
#include <kiplatform/app.h>
|
||||
#include <kiway.h>
|
||||
|
|
|
@ -27,14 +27,13 @@
|
|||
|
||||
|
||||
#include <wx/process.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <kiway_player.h>
|
||||
|
||||
class TREEPROJECTFILES;
|
||||
class TREE_PROJECT_FRAME;
|
||||
class ACTION_TOOLBAR;
|
||||
class KICAD_SETTINGS;
|
||||
|
||||
class EDA_BASE_FRAME;
|
||||
|
||||
/**
|
||||
* The main KiCad project manager frame. It is not a KIWAY_PLAYER.
|
||||
|
|
Loading…
Reference in New Issue