Use quotes and not angle brackets around the includes of wxWidgets itself

This commit is contained in:
Artur Wieczorek
2018-12-23 22:21:38 +01:00
parent 79b71cf4ff
commit 1e69a898c2

View File

@@ -796,8 +796,8 @@ wxValidator* PROPNAME::DoGetValidator () const \
#if wxUSE_EDITABLELISTBOX
#include "wx/bmpbuttn.h"
#include "wx/editlbox.h"
#include <wx/bmpbuttn.h>
#define wxAEDIALOG_STYLE \
(wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE)