From 4e94b1fe86905637f794228f65e54f75a147e882 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Thu, 3 Jun 2021 17:57:41 -0400 Subject: [PATCH] Remove the universal sockets include --- common/eda_draw_frame.cpp | 1 + eeschema/sch_edit_frame.cpp | 1 + include/eda_base_frame.h | 2 -- include/kiway_player.h | 1 + pcbnew/footprint_wizard_frame.h | 3 ++- pcbnew/pcb_edit_frame.cpp | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/eda_draw_frame.cpp b/common/eda_draw_frame.cpp index 3e4891556e..fde90e5dac 100644 --- a/common/eda_draw_frame.cpp +++ b/common/eda_draw_frame.cpp @@ -62,6 +62,7 @@ #include #include #include +#include #include #include diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index f1f579eea0..7f85ec1484 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -80,6 +80,7 @@ #include #include #include +#include #include #include diff --git a/include/eda_base_frame.h b/include/eda_base_frame.h index 82a181d0f5..90139eabc2 100644 --- a/include/eda_base_frame.h +++ b/include/eda_base_frame.h @@ -34,8 +34,6 @@ #include -#include -#include #include #include #include diff --git a/include/kiway_player.h b/include/kiway_player.h index 4b4b04a81a..47725bbd76 100644 --- a/include/kiway_player.h +++ b/include/kiway_player.h @@ -44,6 +44,7 @@ class WX_EVENT_LOOP; class wxSocketServer; class wxSocketBase; +class wxSocketEvent; /** diff --git a/pcbnew/footprint_wizard_frame.h b/pcbnew/footprint_wizard_frame.h index 08508dd33f..5828006e86 100644 --- a/pcbnew/footprint_wizard_frame.h +++ b/pcbnew/footprint_wizard_frame.h @@ -30,11 +30,12 @@ #ifndef FOOTPRINT_WIZARD_FRAME_H_ #define FOOTPRINT_WIZARD_FRAME_H_ - #include #include #include + class wxSashLayoutWindow; +class wxSashEvent; class wxListBox; class WX_GRID; class wxGridEvent; diff --git a/pcbnew/pcb_edit_frame.cpp b/pcbnew/pcb_edit_frame.cpp index 4cc1b20569..bc2e51852e 100644 --- a/pcbnew/pcb_edit_frame.cpp +++ b/pcbnew/pcb_edit_frame.cpp @@ -90,6 +90,7 @@ #include #include #include +#include #include #include // for DIALOG_DRC_WINDOW_NAME definition #include