Add forward declaration in kicad/kicad_manager_frame.h

This commit is contained in:
Marek Roszko 2020-10-12 23:29:08 -04:00
parent cb4ef5a619
commit 763da6b3bb
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#include "tree_project_frame.h" #include "tree_project_frame.h"
#include <bitmaps.h> #include <bitmaps.h>
#include <build_version.h> #include <build_version.h>
#include <eda_base_frame.h>
#include <filehistory.h> #include <filehistory.h>
#include <kiplatform/app.h> #include <kiplatform/app.h>
#include <kiway.h> #include <kiway.h>

View File

@ -27,14 +27,13 @@
#include <wx/process.h> #include <wx/process.h>
#include <eda_base_frame.h>
#include <kiway_player.h> #include <kiway_player.h>
class TREEPROJECTFILES; class TREEPROJECTFILES;
class TREE_PROJECT_FRAME; class TREE_PROJECT_FRAME;
class ACTION_TOOLBAR; class ACTION_TOOLBAR;
class KICAD_SETTINGS; class KICAD_SETTINGS;
class EDA_BASE_FRAME;
/** /**
* The main KiCad project manager frame. It is not a KIWAY_PLAYER. * The main KiCad project manager frame. It is not a KIWAY_PLAYER.