mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Minor fix for include files.
This commit is contained in:
parent
976c6262f4
commit
064ebd4dc8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user