dialog_board_statistics.h shouldn't leak confirm.h
This commit is contained in:
parent
3ae4aa493f
commit
0bc0f2265e
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "dialog_board_statistics.h"
|
||||
#include "base_units.h"
|
||||
#include <confirm.h>
|
||||
#include <pad.h>
|
||||
#include <macros.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <board.h>
|
||||
#include <footprint.h>
|
||||
#include <track.h>
|
||||
#include <confirm.h>
|
||||
#include <dialog_board_statistics_base.h>
|
||||
#include <pad_shapes.h>
|
||||
#include <pcb_base_frame.h>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <tools/board_inspection_tool.h>
|
||||
#include <board.h>
|
||||
#include <board_design_settings.h>
|
||||
#include <confirm.h>
|
||||
#include <track.h>
|
||||
#include <dialog_net_inspector.h>
|
||||
#include <eda_pattern_match.h>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <3d_viewer/eda_3d_viewer.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <bitmaps.h>
|
||||
#include <confirm.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <pcbnew_id.h>
|
||||
#include <pcbnew_settings.h>
|
||||
|
|
Loading…
Reference in New Issue