Browse Source

Trim some (probably) excess includes.

6.0.7
Jeff Young 4 years ago
parent
commit
bbea8afdc5
  1. 1
      common/common.cpp
  2. 5
      common/eda_doc.cpp
  3. 2
      common/gestfich.cpp

1
common/common.cpp

@ -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>

5
common/eda_doc.cpp

@ -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>

2
common/gestfich.cpp

@ -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…
Cancel
Save