Reorder includes to a more logical order

This commit is contained in:
Simon Wells 2016-01-03 01:55:38 +13:00
parent 0d9ffb11fa
commit b02bc2bf50
1 changed files with 8 additions and 9 deletions

View File

@ -28,19 +28,18 @@
* @brief Functions for file management
*/
// For compilers that support precompilation, includes "wx.h".
#include <fctsys.h>
#include <pgm_base.h>
#include <confirm.h>
#include <common.h>
#include <macros.h>
#include <gestfich.h>
#include <wx/mimetype.h>
#include <wx/filename.h>
#include <wx/dir.h>
// For compilers that support precompilation, includes "wx.h".
#include <fctsys.h>
#include <pgm_base.h>
#include <confirm.h>
#include <common.h>
#include <macros.h>
#include <gestfich.h>
void AddDelimiterString( wxString& string )
{