Minor fix for include files.

This commit is contained in:
jean-pierre charras 2020-11-23 11:43:22 +01:00
parent 976c6262f4
commit 064ebd4dc8
1 changed files with 3 additions and 3 deletions

View File

@ -50,11 +50,11 @@
#include <i18n_utility.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_compound.h>
#include <geometry/shape_poly_set.h>
#include <wx/debug.h> // for wxASSERT
#include <wx/wx.h> // for wxPoint, wxString, wxArrayString, wxSize
#include <wx/debug.h> // for wxASSERT
#include <wx/string.h> // wxString, wxArrayString
#include <wx/gdicmn.h> // for wxPoint,wxSize
class OUTPUTFORMATTER;
class wxFindReplaceData;