Remove the universal sockets include

This commit is contained in:
Marek Roszko 2021-06-03 17:57:41 -04:00
parent 6f5cb1f97d
commit 4e94b1fe86
6 changed files with 6 additions and 3 deletions

View File

@ -62,6 +62,7 @@
#include <wx/dirdlg.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/socket.h>
#include <wx/snglinst.h>
#include <wx/fdrepdlg.h>

View File

@ -80,6 +80,7 @@
#include <wx/cmdline.h>
#include <wx/app.h>
#include <wx/filedlg.h>
#include <wx/socket.h>
#include <gal/graphics_abstraction_layer.h>
#include <drawing_sheet/ds_proxy_view_item.h>

View File

@ -34,8 +34,6 @@
#include <vector>
#include <wx/socket.h>
#include <wx/laywin.h>
#include <wx/aui/aui.h>
#include <wx/docview.h>
#include <wx/event.h>

View File

@ -44,6 +44,7 @@ class WX_EVENT_LOOP;
class wxSocketServer;
class wxSocketBase;
class wxSocketEvent;
/**

View File

@ -30,11 +30,12 @@
#ifndef FOOTPRINT_WIZARD_FRAME_H_
#define FOOTPRINT_WIZARD_FRAME_H_
#include <wx/gdicmn.h>
#include <footprint_wizard.h>
#include <pcb_base_edit_frame.h>
class wxSashLayoutWindow;
class wxSashEvent;
class wxListBox;
class WX_GRID;
class wxGridEvent;

View File

@ -90,6 +90,7 @@
#include <netlist_reader/board_netlist_updater.h>
#include <netlist_reader/netlist_reader.h>
#include <netlist_reader/pcb_netlist.h>
#include <wx/socket.h>
#include <wx/wupdlock.h>
#include <dialog_drc.h> // for DIALOG_DRC_WINDOW_NAME definition
#include <ratsnest/ratsnest_view_item.h>