Move dialog_configure_paths.h and dialog_edit_library_tables.h to dialogs folder
This commit is contained in:
parent
e49ac45b84
commit
91e5611341
|
@ -22,10 +22,11 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
|
||||
#include "3d_info.h"
|
||||
#include "3d_cache.h"
|
||||
#include "3d_cache_dialogs.h"
|
||||
#include "dialog_configure_paths.h"
|
||||
#include "dlg_select_3dmodel.h"
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <dialog_configure_paths.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
|
||||
#include <confirm.h>
|
||||
#include <menus_helpers.h>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <wx/statline.h>
|
||||
#include <wx/button.h>
|
||||
|
||||
#include "dialog_edit_library_tables.h"
|
||||
#include <dialogs/dialog_edit_library_tables.h>
|
||||
|
||||
|
||||
DIALOG_EDIT_LIBRARY_TABLES::DIALOG_EDIT_LIBRARY_TABLES( wxWindow* aParent,
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include <build_version.h>
|
||||
#include <config_params.h>
|
||||
#include <confirm.h>
|
||||
#include <dialog_configure_paths.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <gal/gal_display_options.h>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <project.h>
|
||||
#include <kiface_i.h>
|
||||
#include <kicad_curl/kicad_curl_easy.h>
|
||||
#include <dialog_configure_paths.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
#include <eda_doc.h>
|
||||
|
||||
#define URL_GET_INVOLVED "http://kicad-pcb.org/contribute/"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <base_units.h>
|
||||
#include <bitmaps.h>
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <dialog_configure_paths.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <id.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef PANEL_SYM_LIB_TABLE_H
|
||||
#define PANEL_SYM_LIB_TABLE_H
|
||||
|
||||
#include <dialog_edit_library_tables.h>
|
||||
#include <dialogs/dialog_edit_library_tables.h>
|
||||
#include <panel_sym_lib_table_base.h>
|
||||
|
||||
class SYMBOL_LIB_TABLE;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <pgm_base.h>
|
||||
#include <pcb_edit_frame.h>
|
||||
#include <env_paths.h>
|
||||
#include <dialog_edit_library_tables.h>
|
||||
#include <dialogs/dialog_edit_library_tables.h>
|
||||
#include <footprint_viewer_frame.h>
|
||||
#include <footprint_edit_frame.h>
|
||||
#include <kiway.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef PANEL_FP_LIB_TABLE_H
|
||||
#define PANEL_FP_LIB_TABLE_H
|
||||
|
||||
#include <dialog_edit_library_tables.h>
|
||||
#include <panel_fp_lib_table_base.h>
|
||||
#include <widgets/wx_grid.h>
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include <footprint_wizard_frame.h>
|
||||
#include <footprint_preview_panel.h>
|
||||
#include <footprint_info_impl.h>
|
||||
#include <dialog_configure_paths.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
#include "invoke_pcb_dialog.h"
|
||||
#include "dialog_global_fp_lib_table_config.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue