pgm_base doesnt need to be shared to all of gerbview

This commit is contained in:
Marek Roszko
2021-06-06 19:05:12 -04:00
parent 33bbf85a3e
commit ea2fe4e76c
4 changed files with 3 additions and 1 deletions
+1
View File
@@ -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>
-1
View File
@@ -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>
+1
View File
@@ -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>