pgm_base doesnt need to be shared to all of gerbview
This commit is contained in:
parent
33bbf85a3e
commit
ea2fe4e76c
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <gerbview_frame.h>
|
||||
#include <gal/graphics_abstraction_layer.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
|
||||
#include <gerber_file_image.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define WX_GERBER_STRUCT_H
|
||||
|
||||
#include <filehistory.h>
|
||||
#include <pgm_base.h>
|
||||
#include <config_params.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include <excellon_image.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <project.h>
|
||||
#include <view/view.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <wx/filedlg.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "gerbview_inspection_tool.h"
|
||||
#include "gerbview_actions.h"
|
||||
#include <painter.h>
|
||||
#include <pgm_base.h>
|
||||
#include <preview_items/ruler_item.h>
|
||||
#include <preview_items/selection_area.h>
|
||||
#include <tool/tool_event.h>
|
||||
|
|
Loading…
Reference in New Issue