Trim some (probably) excess includes.
This commit is contained in:
parent
4abee7c2eb
commit
bbea8afdc5
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue