more cleanup about removing useless include

This commit is contained in:
jean-pierre charras 2020-10-02 18:31:19 +02:00
parent 1258abef07
commit 36bc44e6d7
25 changed files with 20 additions and 56 deletions

View File

@ -26,7 +26,6 @@
#include <base_screen.h>
#include <base_struct.h>
#include <fctsys.h>
#include <trace_helpers.h>

View File

@ -28,10 +28,7 @@
#include <deque>
#include <fctsys.h>
#include <trigo.h>
#include <common.h>
#include <macros.h>
#include <base_screen.h>
#include <bitmaps.h>
#include <trace_helpers.h>

View File

@ -23,7 +23,8 @@
*/
// Date for KiCad build version
#include <fctsys.h>
#include <wx/wx.h>
#include <config.h>
#include <boost/version.hpp>
// kicad_curl.h must be included before wx headers, to avoid

View File

@ -26,12 +26,12 @@
* @file eda_dde.cpp
*/
#include <fctsys.h>
//#include <fctsys.h>
#include <eda_dde.h>
#include <eda_draw_frame.h>
#include <id.h>
#include <common.h>
#include <macros.h>
//#include <common.h>
//#include <macros.h>
static const wxString HOSTNAME( wxT( "localhost" ) );

View File

@ -26,9 +26,7 @@
* @file eda_doc.cpp
*/
#include <fctsys.h>
#include <pgm_base.h>
#include <common.h>
#include <confirm.h>
#include <gestfich.h>
#include <settings/common_settings.h>
@ -37,7 +35,7 @@
#include <wx/tokenzr.h>
#include <wx/filename.h>
#include <wx/uri.h>
#include <macros.h>
#include <wx/filedlg.h>
void PGM_BASE::ReadPdfBrowserInfos()

View File

@ -28,7 +28,6 @@
#include <confirm.h>
#include <dialog_shim.h>
#include <eda_draw_frame.h>
#include <fctsys.h>
#include <filehistory.h>
#include <id.h>
#include <kiface_i.h>

View File

@ -21,11 +21,10 @@
* or you may write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
//#include <fctsys.h>
#include <eda_base_frame.h>
#include <dialog_helpers.h>
#include <base_units.h>
#include <macros.h>
/********************************************************/

View File

@ -28,8 +28,6 @@
* and their documentation (comments and keywords)
*/
#include <common.h>
#include <fctsys.h>
#include <footprint_info.h>
#include <fp_lib_table.h>
#include <html_messagebox.h>
@ -37,7 +35,6 @@
#include <kiface_ids.h>
#include <kiway.h>
#include <lib_id.h>
#include <macros.h>
#include <pgm_base.h>
#include <thread>
#include <utility>

View File

@ -24,7 +24,6 @@
*/
#include <fctsys.h>
#include <kiface_i.h>
#include <footprint_info.h>
#include <lib_id.h>

View File

@ -27,8 +27,9 @@
* @brief helper functions to handle the gerber metadata in files,
* related to the netlist info and aperture attribute.
*/
#include <wx/string.h>
#include <wx/datetime.h>
#include <fctsys.h>
#include <gbr_metadata.h>
#include <utf8.h>

View File

@ -27,16 +27,15 @@
* @file gestfich.cpp
* @brief Functions for file management
*/
#include <fctsys.h>
#include <wx/mimetype.h>
#include <wx/filename.h>
#include <wx/dir.h>
#include <wx/filedlg.h>
#include <pgm_base.h>
#include <confirm.h>
#include <common.h>
#include <macros.h>
#include <gestfich.h>
void AddDelimiterString( wxString& string )

View File

@ -22,8 +22,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <grid_tricks.h>
#include <wx/tokenzr.h>
#include <wx/clipbrd.h>

View File

@ -23,16 +23,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <kiface_i.h>
#include <hotkeys_basic.h>
#include <id.h>
#include <confirm.h>
#include <kicad_string.h>
#include <gestfich.h>
#include <eda_base_frame.h>
#include <macros.h>
#include <menus_helpers.h>
#include <eda_draw_frame.h>
#include <settings/settings_manager.h>

View File

@ -22,10 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <html_messagebox.h>
#include <macros.h>
#include <common.h>
HTML_MESSAGE_BOX::HTML_MESSAGE_BOX( wxWindow* aParent, const wxString& aTitle,

View File

@ -29,12 +29,9 @@
#include <set>
#include <common.h>
#include <fctsys.h>
#include <kiface_i.h>
#include <lib_table_base.h>
#include <lib_table_lexer.h>
#include <macros.h>
#include <settings/app_settings.h>

View File

@ -30,9 +30,7 @@
*/
#include "fctsys.h"
#include "base_screen.h"
#include "macros.h"
#include "marker_base.h"
#include <geometry/shape_line_chain.h>
#include <render_settings.h>

View File

@ -23,7 +23,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <netclass.h>
#include <base_units.h>

View File

@ -30,7 +30,6 @@
* (locale handling)
*/
#include <fctsys.h>
#include <wx/html/htmlwin.h>
#include <wx/fs_zip.h>
#include <wx/dir.h>

View File

@ -23,8 +23,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <macros.h>
#include <fctsys.h>
#include <wx/string.h>
#include <wx/filename.h>

View File

@ -23,15 +23,12 @@
#include <wx/stdpaths.h>
#include <common.h> // NAMELESS_PROJECT
#include <config_params.h>
#include <confirm.h>
#include <fctsys.h>
#include <fp_lib_table.h>
#include <kicad_string.h>
#include <kiface_ids.h>
#include <kiway.h>
#include <macros.h>
#include <pgm_base.h>
#include <project.h>
#include <project/project_file.h>

View File

@ -35,8 +35,6 @@
#include <typeinfo>
#include <macros.h>
#include <fctsys.h>
#include <wx/cmdline.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>

View File

@ -23,8 +23,6 @@
*/
#include <template_fieldnames.h>
#include <fctsys.h>
#include <macros.h>
#include <pgm_base.h>
using namespace TFIELD_T;

View File

@ -22,7 +22,7 @@
*/
#include <fctsys.h>
#include <wx/wx.h>
#include <textentry_tricks.h>
#include <dialog_shim.h>

View File

@ -23,7 +23,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <base_struct.h>
#include <undo_redo_container.h>

View File

@ -28,6 +28,7 @@
#include <wx/grid.h>
#include <wx/event.h>
#include <wx/menu.h>
#include <widgets/wx_grid.h>
enum