Remove stray include when there's already a forward declaration in gerbview
This commit is contained in:
parent
2c86363aa0
commit
b68bfab791
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue