Trim some (probably) excess includes.

This commit is contained in:
Jeff Young 2021-09-26 15:09:36 +01:00
parent 4abee7c2eb
commit bbea8afdc5
3 changed files with 0 additions and 8 deletions

View File

@ -33,7 +33,6 @@
#include <wx/config.h>
#include <wx/log.h>
#include <wx/msgdlg.h>
#include <wx/process.h>
#include <wx/stdpaths.h>
#include <wx/url.h>
#include <wx/utils.h>

View File

@ -22,10 +22,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
/**
* @file eda_doc.cpp
*/
#include <pgm_base.h>
#include <common.h>
#include <confirm.h>
@ -33,7 +29,6 @@
#include <settings/common_settings.h>
#include <wx/mimetype.h>
#include <wx/tokenzr.h>
#include <wx/filename.h>
#include <wx/uri.h>
#include <wx/filedlg.h>

View File

@ -31,10 +31,8 @@
#include <wx/mimetype.h>
#include <wx/filename.h>
#include <wx/dir.h>
#include <wx/filedlg.h>
#include <pgm_base.h>
#include <common.h>
#include <confirm.h>
#include <core/arraydim.h>
#include <gestfich.h>