Remove stray include when there's already a forward declaration in gerbview

This commit is contained in:
Marek Roszko 2020-10-13 20:44:34 -04:00
parent 2c86363aa0
commit b68bfab791
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#define GERBVIEW_DRAW_PANEL_GAL_H_
#include <class_draw_panel_gal.h>
#include <page_layout/ws_proxy_view_item.h>
namespace KIGFX
{

View File

@ -36,6 +36,7 @@
#include <gerbview_draw_panel_gal.h>
#include <gerbview_settings.h>
#include <gal/graphics_abstraction_layer.h>
#include <page_layout/ws_proxy_view_item.h>
#include <settings/common_settings.h>
#include <settings/settings_manager.h>
#include <tool/tool_manager.h>